@media only screen and (max-width: 1200px) {
    .s61-contacts-grid {
        --e-con-grid-template-columns: repeat(2, 1fr) !important;
        --e-con-grid-template-rows: repeat(2, 1fr) !important;
    }
}

@media only screen and (max-width: 767px) {
    .s61-contacts-grid {
        --e-con-grid-template-columns: repeat(1, 1fr) !important;
        --e-con-grid-template-rows: repeat(1, 1fr) !important;
    }

    .s61-contacts-grid .box{
        background-color: #FFF !important;
        background-image: unset !important;
    }

    .s61-contacts-grid .elementor-widget-b6web-text{
        color: #00203E !important;
    }
}

.s61-popup-form .container .content .inside-popup-form form .success-message{
    margin-top: 10px;
    font-size: 17px;
    letter-spacing: -0.42px;
    line-height: 26px;
}

@media only screen and (max-width: 767px) {
    .s61-popup-form .container .content .inside-popup-form form .success-message{
        font-size: 15px;
        letter-spacing: -0.38px;
        line-height: 22px;
    }
}