.jms-testimonials-section {
  padding: 4rem 1rem;
  background: #fff;
}

.depoimentos-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 2rem;
}

.depo-title {
  font-size: clamp(2rem,4vw,3rem);
  font-weight: 900;
  line-height: 1.08;
  margin: 0 0 .7rem;
}

.depo-sub {
  margin: 0;
  color: #666;
  font-size: 1.05rem;
}

.text-red {
  color: var(--color-red);
}
