.cta-ellipse--image {
  padding: calc(var(--wdg-spacing-sm) * 1) 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 37.4375em) {
  .cta-ellipse--image {
    max-width: none;
    background-size: cover;
  }
}
.cta__heading {
  font-weight: 300;
  line-height: 1.07;
}
.cta__wrap {
  box-sizing: border-box;
  position: relative;
  padding: var(--wdg-block-gap);
  border: 1px solid var(--wdg-light-gray);
  box-shadow: 0px 4px 13px -2px rgba(19, 16, 34, 0.06);
  border-radius: 26px;
  text-align: center;
  background-color: var(--wdg-light-gray);
}
@media (min-width: 48em) {
  .cta__wrap {
    display: grid;
    grid-template-columns: repeat(2, auto);
    align-items: center;
    justify-content: center;
    padding-left: var(--wdg-block-gap);
    padding-right: var(--wdg-block-gap);
  }
}

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