@media screen and (min-width: 1600px) {
    .custom-width-responsive {
        width: 1440px !important; 
        margin: 0 auto !important;
    }
}

@media screen and (min-width: 700px) {
    .custom-width-responsive {
        width: 1440px !important; 
        margin: 0 auto !important;
    }
}

@media screen and (min-width: 350px) {
    .custom-width-responsive {
        width: 100%; 
        padding-left: 0;
        margin-left: 0;
    }
}