.apol-testimonials{
  --apol-testi-bg: #28724f;
  --apol-testi-quote: rgba(255,255,255,.55);
  --apol-testi-author: rgba(255,255,255,.85);
  --apol-testi-pad-y: 90px;
  background: var(--apol-testi-bg);
  overflow: hidden;
  position: relative;
  width: 100%;
}
.apol-testimonials__viewport{ overflow: hidden; width: 100%; }
.apol-testimonials__track{ display: flex; will-change: transform; }
.apol-testimonials__slide{
  flex: 0 0 100%;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--apol-testi-pad-y) 20px;
}
.apol-testimonials .speech-bubble{ max-width: 1100px; margin: 0 auto; text-align: center; }
.apol-testimonials .speech-bubble h3{
  color: var(--apol-testi-quote);
  font-weight: 400;
  font-size: clamp(18px, 2.2vw, 28px);
  line-height: 1.3;
  margin: 0 0 26px;
  text-align: center;
}
.apol-testimonials .speech-bubble p{ margin: 0; text-align: center; }
.apol-testimonials .grey_light_text{
  color: var(--apol-testi-author);
  font-size: clamp(15px, 1.6vw, 20px);
  letter-spacing: .3px;
}
@media (max-width: 768px){ .apol-testimonials{ --apol-testi-pad-y: 55px; } }