/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: #fff;
}

.cta-section .section-title {
    color: #fff;
}

.cta-section .section-title::after {
    background: #fff;
}

.cta-section p.lead {
    font-size: 1.3rem;
    max-width: 700px;
    margin: 0 auto 40px;
}

.cta-section .text-center{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}