.testimonial-panel {
  max-height: 594px;
  padding: 64px 0;
  margin: 0 auto 48px auto;
  background: url('../images/bg-video.webp') no-repeat center top;
  border-radius: 30px;
  max-width: 1125px;
}
@media(min-width: 1280px) {
  .testimonial {
    padding-bottom: 55px;
  }
  .testimonial-panel .container {
      width: 1125px;
      padding: 60px;
  }
}

.testimonial-panel__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  grid-template-rows: auto auto;
  gap: 32px;
  align-items: center;
  position: relative;
}

.testimonial-panel__metrics {
  display: grid;
  gap: 12px;
  max-width: 260px;
}

.rating {
  display: inline-flex;
  font-size: 1rem;
  gap: 6px;
  margin-top: 40px;
}
.rating span {
  width: 19px;
  height: 19px;
  background: url('../images/icon-star.svg');
  font-size: 0;
}

.metric-value {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: -5px;
}

.testimonial-panel__media {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.testimonial-panel__media img {
  max-width: 100%;
  height: auto;
  display: block;
}

.testimonial-panel__content {
  max-width: 520px;
}
.testimonial-panel__content h2 {
  font-size: clamp(2.0rem, 4.2vw, 2.2rem);
  line-height: 1.25;
}

.testimonial-panel__footer {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-top: 24px;
}

.feature {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
  flex-direction: row;
}

.feature__icon {
  flex-shrink: 0;
}

.feature__label {
  font-weight: 600;
  letter-spacing: 2.5px;
}

.testimonial .hero-cta {
  margin-top: 20px;
}

.testimonial-panel {
  cursor: pointer !important;
}
.testimonial-panel:hover {
  opacity: 0.8;
}


@media (max-width: 960px) {
  .testimonial-panel {
    margin: 0 15px 48px 15px;
    padding: 44px 0;
    padding-top: 55px;
    max-height: 295px;
    background-size: 100%;
  }
  
  .testimonial-panel__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 25px;
  }

  .testimonial-panel__metrics {
    order: 1;
    width: 230px;
    /* display: none; */
  }

  .testimonial-panel__media {
    order: 2;
  }

  .testimonial-panel__content {
    order: 3;
    padding-top: 170px;
  }

  .testimonial-panel__content h2 {
    zoom: 0.8;
    margin-bottom: 0;
  }

  .testimonial-panel__footer {
    order: 4;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4px;
    padding-top: 0;
  }

  .feature__icon {
    zoom: 0.8;
  }

  .feature__label {
    font-size: 0.95rem;
  }




  .testimonial-panel {
  max-height: 530px;
}

.testimonial-panel__content {
  padding-top: 40px;
}

.testimonial-panel__media {
  display: none;
}

.testimonial-panel__metrics .rating,
.testimonial-panel__metrics .metric-value,
.testimonial-panel__metrics .metric-text {
  display: none;
}

/* .testimonial .hero-cta {
  padding: 20px;
} */


}


