.about-valley {
  margin: 0;
  background: #0c0f0b;
  color: #f5f1e7;
}

.about-valley picture {
  display: block;
  height: clamp(520px, 44vw, 620px);
  overflow: hidden;
}

.about-valley img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}

.about-valley figcaption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 28px;
  padding: 24px max(5vw, 28px) 26px;
  border-top: 1px solid #30352d;
}

.about-valley figcaption span {
  color: #aeb5aa;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.about-valley figcaption strong {
  max-width: 720px;
  font-family: Georgia, serif;
  font-size: clamp(20px, 2.3vw, 32px);
  font-weight: 400;
  line-height: 1.25;
}

@media (max-width: 780px) {
  .about-valley picture {
    height: 380px;
  }

  .about-valley img {
    object-position: center 64%;
  }

  .about-valley figcaption {
    display: block;
    padding: 20px 20px 24px;
  }

  .about-valley figcaption strong {
    display: block;
    margin-top: 10px;
    font-size: 22px;
  }
}
