.cta-centered-section {
  padding: 5rem 0 5.4rem 0;
}

.cta-centered-section .cta-centered {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem 0 1rem;
  text-align: center;
}

.cta-centered-section .cta-centered h2 {
  margin-bottom: 2rem;
}

.cta-centered-section .cta-centered h4 {
  margin-bottom: 2rem;
}

.cta-centered-section .cta-centered p {
  max-width: 62ch;
  margin: 0 auto 2rem auto;
}

.cta-centered-section .image-repeater {
  margin-bottom: 1rem;
  max-width: 100%;
}

@media (min-width: 375px) {
  .cta-centered-section .image-repeater {
    max-width: 152px;
  }
}

@media (min-width: 992px) {
  .cta-centered-section .image-repeater {
    max-width: 100%;
  }
}
/*# sourceMappingURL=cta_centered.css.map */