.cta-section {
  padding: 120px 0;
}
.cta-section .cta-section__container {
  max-width: 1160px;
}
.cta-section h2, .cta-section h3, .cta-section h4, .cta-section h5, .cta-section h6 {
  text-align: center;
  margin-bottom: 0;
}
.cta-section p {
  text-align: center;
}
.cta-section__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

@media screen and (max-width: 1440px) {
  .cta-section__container {
    max-width: 1072px;
  }
  .cta-section {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1023px) {
  .cta-section {
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .cta-section {
    padding: 50px 0;
  }
}