.rv24-testimonials {
  padding: 112px 24px 124px;
  background: #fff;
  color: var(--rv-navy-13);
  font-family: Inter, Arial, sans-serif;
}

.rv24-testimonials__inner {
  width: min(100%, 1220px);
  margin: 0 auto;
}

.rv24-testimonials__header {
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: center;
}

.rv24-testimonials__header > span {
  display: block;
  margin-bottom: 8px;
  color: var(--rv-orange-59);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.rv24-testimonials__header h2 {
  margin: 0;
  color: var(--rv-navy-6);
  font-family: Poppins, Inter, sans-serif;
  font-size: clamp(38px, 3.5vw, 54px);
  line-height: 1.2;
}

.rv24-testimonials__header p {
  margin: 11px 0 0;
  color: var(--rv-blue-47);
  font-size: 16px;
  line-height: 1.6;
}

.rv24-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.rv24-testimonial-card {
  overflow: hidden;
  border: 1px solid var(--rv-grey-90);
  border-radius: 12px;
  background: var(--rv-white-97);
}

.rv24-testimonial-card__photo {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--rv-orange-96);
  color: var(--rv-orange-55-2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
}

.rv24-testimonial-card__photo--green { background: var(--rv-grey-93); color: var(--rv-green-51); }
.rv24-testimonial-card__photo svg { width: 42px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4; }
.rv24-testimonial-card__content { min-height: 205px; padding: 30px 32px 32px; }
.rv24-testimonial-card__stars { color: var(--rv-orange-73-2); font-size: 19px; letter-spacing: 2px; }
.rv24-testimonial-card__quote { margin: 17px 0 22px !important; color: var(--rv-grey-18) !important; font-size: 15px !important; font-weight: 400 !important; line-height: 1.7 !important; text-align: left !important; }
.rv24-testimonial-card__content > p:not(.rv24-testimonial-card__quote) { margin: 0; color: var(--rv-blue-47); font-size: 12px; font-weight: 700; }
.rv24-testimonials__notice { margin: 16px 0 0; color: var(--rv-blue-60); font-size: 11px; text-align: center; }
.rv24-legacy-testimonials { display: none !important; }

@media (max-width: 767px) {
  .rv24-testimonials { padding: 74px 16px 82px; }
  .rv24-testimonials__header { margin-bottom: 26px; text-align: left; }
  .rv24-testimonials__header h2 { font-size: 34px; }
  .rv24-testimonials__header p { font-size: 14px; }
  .rv24-testimonials__grid { grid-template-columns: 1fr; gap: 18px; }
  .rv24-testimonial-card__photo { min-height: 190px; aspect-ratio: 16 / 9; }
  .rv24-testimonial-card__content { min-height: 0; padding: 21px 20px 23px; }
}
