.cta-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top:20px;
}

.cta-actions {
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.cta-actions .default-btn,
.cta-actions .btn-light {
    width: 100%;
    max-width: 280px;
    text-align: center;
}

.cta-content {
  background: #5698a0;
  border-radius: 24px;
  color: var(--white-color);
  padding: 35px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.2);
  width: 100%;
}

.cta-content h3 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #353b5e;
  margin-bottom: 16px;
}

.cta-content p {
  font-size: 1.1rem;
  color: var(--white-color);
  margin-bottom: 0px;
  line-height: 1.6;
}