@media only screen and (min-width: 1px) and (max-width: 479px) {
    .row-clients {
        padding: 15px 0 !important;
    }
}

@media only screen and (min-width: 1px) {

}


@media only screen and (max-width: 479px) {

}


@media only screen and (max-width: 639px) {
    .contacts-info {
        margin: 40px 0 !important;
        max-width: none !important;
    }

    .map {
        height: 300px !important;
        margin-bottom: 100px !important;
        position: relative !important;
        top: 0;
    }
}