@media (max-width: 767px) {
    .cta__form::after {
        height: 0%!important;
    }
}
@media (max-width: 991px) {
    .cta__form::after {
        height: 0%!important;
    }
}
