.cta-section {
  text-align: center;
}

.cta-section .cta-logo img {
  max-width: 160px;
  margin-bottom: 20px;
}

.cta-section .cta-headline {
  font-size: 42px;
  margin-bottom: 20px;
}

.cta-section .cta-text {
  max-width: 600px;
  margin: 0 auto 30px;
}

/* BUTTONS */

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

.cta-section .cta-buttons a:not(.main-btn) {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* MOBILE */

@media (max-width: 991px) {
  .cta-section .cta-headline {
    font-size: 28px;
  }

  .cta-section .cta-buttons {
    gap: 15px;
  }
}
