/* Photographic intervals inside the shared testimonial content container. */
.testimonials-page .testimonial-photo {
  grid-column: 1 / -1;
  width: 100%;
  max-width: 1094px;
  min-width: 0;
  margin: 24px auto;
}
.testimonials-page .testimonial-photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(0, 8, 18, .28);
}
@media (max-width: 767px) {
  .testimonials-page .testimonial-photo { margin: 12px auto; }
  .testimonials-page .testimonial-photo img { border-radius: 14px; }
}
