@media only screen and (max-width: 767px) {
    .cta-area-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}
