.call-to-action {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px 16px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .call-to-action {
    padding: 75px 135px;
  }
}

.call-to-action__background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  z-index: 0;
}

.call-to-action__overlay {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  padding: 40px 24px;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(30px);
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media only screen and (min-width: 1200px) {
  .call-to-action__overlay {
    max-width: 810px;
    padding: 50px 60px;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }
}

.call-to-action__copy {
  width: 100%;
  text-align: center;
  color: #fff;
}
.call-to-action__copy h2 {
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  color: #F8AE43;
}
@media only screen and (min-width: 1200px) {
  .call-to-action__copy h2 {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 0.6px;
  }
}
.call-to-action__copy p {
  color: #fff;
}

/*# sourceMappingURL=call-to-action.css.map */
