.hero-secondary {
  max-width: 670px;
  margin-top: 12px;
  color: #bfd0dd;
  font-size: 14px;
}

.portfolio-subheading {
  margin-top: clamp(76px, 9vw, 126px);
  padding-top: clamp(62px, 7vw, 90px);
  border-top: 1px solid #ffffff35;
}

.testimonial-carousel .eyebrow {
  color: #9fc0d8;
}

.testimonial-track {
  display: grid;
}

.testimonial-slide {
  grid-area: 1 / 1;
  visibility: hidden;
  opacity: 0;
}

.testimonial-slide.is-active {
  visibility: visible;
  opacity: 1;
}

.testimonial-slide blockquote {
  max-width: 1050px;
  font-size: clamp(29px, 4vw, 50px);
  line-height: 1.28;
}

.testimonial-slide figcaption {
  margin-top: 25px;
  color: #bfd0dd;
  font-size: 13px;
}

.testimonial-controls {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 34px;
}

.testimonial-button {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff66;
  background: transparent;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.testimonial-button:hover,
.testimonial-button:focus-visible {
  border-color: #fff;
  background: #ffffff14;
}

.testimonial-count {
  min-width: 44px;
  color: #bfd0dd;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 600px) {
  .cta-panel .actions {
    width: 100%;
    justify-content: stretch;
  }

  .cta-panel .actions .btn {
    width: 100%;
  }
}
