.card-visual {
  aspect-ratio: 3 / 4;
  height: auto;
  align-items: stretch;
}

.card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.card-terrarium .card-visual img {
  object-position: center 54%;
}

.card-gifts .card-visual img {
  object-position: center;
}

.card-workshop .card-visual img {
  object-position: center 42%;
}

@media (max-width: 800px) {
  .card-visual {
    aspect-ratio: 4 / 5;
  }

  .card-terrarium .card-visual img {
    object-position: center 55%;
  }

  .card-workshop .card-visual img {
    object-position: center 40%;
  }
}

.story-founder-photo {
  height: 550px;
  overflow: hidden;
  background: #193e2b;
}

.story-founder-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 48%;
}

@media (max-width: 800px) {
  .story-founder-photo {
    height: 460px;
  }

  .story-founder-photo img {
    object-position: center 45%;
  }
}
