.cta-bottom {
    text-align: center;
    padding: 60px 20px;
}

@media (max-width: 576px) {
    .cta-bottom {
        padding: 40px 15px;
    }

    .cta-bottom h2 {
        font-size: 1.6rem;
    }

    .cta-bottom p {
        font-size: 1rem;
    }
}

.cta-bottom h2 {
    margin-bottom: 10px;
}
.cta-bottom p {
    margin-bottom: 25px;
}
