.jlh-testimonials {
  padding: 5rem 1rem;
  color: #1d3557;
  background: #f8fafc;
}

.jlh-testimonials-inner {
  width: min(100%, 1040px);
  margin: 0 auto;
}

.jlh-testimonials-heading {
  max-width: 700px;
  margin: 0 auto 2.4rem;
  text-align: center;
}

.jlh-testimonials-heading > span {
  color: #2c9290;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.jlh-testimonials-heading h2 {
  margin: 0.75rem 0;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.jlh-testimonials-heading p {
  margin: 0 auto;
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.7;
}

.jlh-testimonials-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.jlh-testimonial-card {
  display: flex;
  min-height: 100%;
  margin: 0;
  padding: clamp(1.7rem, 4vw, 2.5rem);
  flex-direction: column;
  border: 1px solid #dfe7ec;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 12px 35px rgba(29, 53, 87, 0.08);
}

.jlh-testimonial-card blockquote {
  margin: 0 0 1.6rem;
  color: #34455a;
  font-size: clamp(1.12rem, 2vw, 1.32rem);
  font-weight: 550;
  line-height: 1.7;
}

.jlh-testimonial-card figcaption {
  display: flex;
  margin-top: auto;
  flex-direction: column;
  gap: 0.2rem;
}

.jlh-testimonial-card figcaption strong {
  color: #1d3557;
  font-size: 1rem;
}

.jlh-testimonial-card figcaption span {
  color: #2c9290;
  font-size: 0.9rem;
  font-weight: 650;
}

.jlh-testimonials-feature {
  color: #fff;
  background: #1d3557;
}

.jlh-testimonials-feature .jlh-testimonials-heading > span,
.jlh-testimonials-feature .jlh-testimonial-card figcaption span {
  color: #6bc0b8;
}

.jlh-testimonials-feature .jlh-testimonial-card {
  max-width: 820px;
  margin: 0 auto;
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.jlh-testimonials-feature .jlh-testimonials-list {
  grid-template-columns: 1fr;
}

.jlh-testimonials-feature .jlh-testimonial-card blockquote,
.jlh-testimonials-feature .jlh-testimonial-card figcaption strong {
  color: #fff;
}

@media (max-width: 700px) {
  .jlh-testimonials {
    padding: 4rem 1rem;
  }

  .jlh-testimonials-list {
    grid-template-columns: 1fr;
  }
}