.cta {
    padding: 80px 5%;
    text-align: center;
    background: linear-gradient(135deg, #1f2cdf);
    ;
}

.cta h2 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 10px;
}


.cta p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    margin-bottom: 30px;
}
.cta .btn-light {
    width: auto !important;
    min-width: 220px;
    max-width: max-content;
    min-height: 50px;

    padding: 13px 24px;
    margin: 0 auto;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #0051ff;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 14px;

    font-size: 15px;
    font-weight: 800;
    text-decoration: none;

    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.cta .btn-light:hover {
    color: #ffffff;
    background: transparent;
}
.cta .btn-light:hover {
    color: #ffffff;
    background: transparent;

    transform: translateY(-2px);

    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}