@media only screen and (max-width: 414px){
    .header-top-wrap{
        display: none;
    }
    .home-page-request-consultation{
        grid-template-columns: auto;
    }
    .f-s-c-r-socials{
        margin: auto;
        float: none;
    }
    .ban-plans{
        width: 88%;
    }
    .banner-content{
        top: 30%;
    }
}





@media only screen and (max-width: 375px){
    .header-top-wrap{
        display: none;
    }
    .home-page-request-consultation{
        grid-template-columns: auto;
    }
    .f-s-c-r-socials{
        margin: auto;
        float: none;
    }
    .ban-plans{
        width: 88%;
    }
    .banner-content{
        top: 15%;
    }
}