.about-photo {
  position: relative;
  height: 620px;
  margin: 0;
  overflow: hidden;
  background: #c8cec5;
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-photo::after {
  content: '';
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(transparent, rgba(17, 33, 24, .86));
}

.about-photo figcaption {
  position: absolute;
  z-index: 1;
  right: 8%;
  bottom: 45px;
  left: 8%;
  color: #fff;
}

.about-photo figcaption span {
  color: #e2cb92;
  font-size: 10px;
  letter-spacing: 2px;
}

.about-photo figcaption p {
  max-width: 600px;
  margin: 10px 0 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 30px;
}

@media (max-width: 760px) {
  .about-photo { height: 430px; }
  .about-photo figcaption p { font-size: 24px; }
}
