
@media only screen and (min-width: 550px) {

}
@media only screen and (min-width: 600px) {

}
@media only screen and (min-width: 750px) {

}
@media only screen and (min-width: 800px) {

}
@media only screen and (min-width: 850px) {
    .logo {
        width: 127px;
    }
    footer {
        padding: 67px 0 180px;
    }
    footer ul.logo-contact li:first-of-type,
    footer ul.logo-contact li:last-of-type {
        padding-top: 40px;
    }
}
@media only screen and (min-width: 920px) {

}
@media only screen and (min-width: 968px) {

}