.module-citation{
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media only screen and (min-width: 600px) {
  .module-citation{
    flex-direction: row;
  }
}

@media only screen and (min-width: 600px) {
  .module-cover{
    width: 50%;
  }
}

.module-cover img{
  width: 100%;
  height: auto;
  display: block;
}

.module-blockquote{
  padding: var(--gutter-in);
  color: var(--vert);
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.8333333333333333rem + 1.388888888888889vw, 2.5rem);
  text-align: center;
}


@media only screen and (min-width: 600px) {
  .module-blockquote{
    width: 50%;
  }
}
