/* Motion & Video — testimonials above reviews band (video-animation-v1) */
body.motion-video-page #testimonials.testimonials-section {
  --va-section-y: clamp(72px, 8vw, 96px);
  background-color: #f6f6fc;
  background-image: url("../images/what-we-do/video-animation/testimonials-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: var(--va-section-y);
  padding-bottom: var(--va-section-y);
}

body.motion-video-page #testimonials .container {
  text-align: center;
  margin-bottom: 40px;
}

body.motion-video-page #testimonials h2 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

body.motion-video-page #testimonials .testi-marquee-wrap {
  margin-top: 8px;
}

@media (max-width: 768px) {
  body.motion-video-page #testimonials.testimonials-section {
    padding-top: clamp(56px, 10vw, 72px);
    padding-bottom: clamp(48px, 8vw, 64px);
  }

  body.motion-video-page #testimonials .container {
    margin-bottom: 28px;
  }
}
