.dc-ac-reviews {
  width: 100%;
  max-width: none;
  padding: clamp(48px, 6vw, 84px) 0;
  background: #f5f7fa;
  color: #0a1d47;
}
.dc-ac-reviews *, .dc-ac-reviews *::before, .dc-ac-reviews *::after { box-sizing: border-box; }
.dc-ac-reviews__inner { width: min(calc(100% - 40px), 1280px); margin-inline: auto; }
.dc-ac-reviews__heading {
  margin: 0 0 clamp(24px, 3vw, 36px);
  color: inherit;
  font: 700 clamp(1.75rem, 3vw, 2.5rem)/1.12 "Manrope", Avenir, sans-serif;
  letter-spacing: -.03em;
  text-align: center;
}
.dc-ac-reviews__widget { width: min(100%, 1100px); margin-inline: auto; }
