.global-cta__content {
  padding: 160px 0;
  background-image: var(--background-image);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-attachment: fixed;
  position: relative;
}
.global-cta__content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: black;
  opacity: 0.8;
}
.global-cta__content-container {
  position: relative;
}
.global-cta__heading {
  margin-bottom: 40px;
  color: #EF8F00;
  font-size: 40px;
}
.global-cta__buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 768px) {
  .global-cta__heading {
    font-size: 55px;
    margin-bottom: 75px;
  }
  .global-cta__buttons {
    flex-direction: row;
    justify-content: center;
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .global-cta__heading {
    color: #EF8F00;
    font-size: 78px;
    margin-bottom: 100px;
  }
  .global-cta__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
  }
}

/*# sourceMappingURL=section-global-cta.css.map */
