.cta {
  background: rgba(225, 231, 239, 0.5);
  padding: 80px 16px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.cta__container {
  width: 100%;
  max-width: 704px;
  padding: 48px;
  border: 1px solid #d7dfea;
  border-radius: 12px;
  background: white;
}

@media (max-width: 767px) {
  .cta__container {
    max-width: 590px;
  }
}

.cta__text {
  color: #65758b;
  font-size: 18px;
  margin: 0 0 24px;
}

.cta h3 {
  color: #0f1729;
}

.cta--wide {
  background: none;
  padding: 0 16px 32px;
}

.cta--wide .cta__container {
  max-width: 832px;
}

.cta--wide .cta__title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 8px;
}

.cta--wide .cta__text {
  font-size: 16px;
  margin-bottom: 0;
  color: #65758b;
}

/*# sourceMappingURL=cta.css.map */

/*# sourceMappingURL=cta.css.map */