@media(max-width: 1170px) {

    div#header .col.right .services-box ul li {
        margin-bottom: 28px;
    }

}

@media(max-width: 1020px) {

    body {
        padding: 80px 0 0 0;
    }

    div#header .col {
        width: 100%;
        text-align: center;
    }

    div#header .col #logo {
        width: 140px;
        height: 175px;
    }

    div#header .col.right {
        text-align: center;
        margin-top: 80px;
    }

    div#header .col.right .services-box {
        text-align: center;
    }

}

@media(max-width: 780px) {

    body {
        background-position: center top;
        background-size: cover;
    }

}

@media(max-width: 640px) {

    div#header .col.right .services-box {
        font-size: 30px;
    }

    div#header .col.right .services-box ul li {
        margin-bottom: 15px;
    }

}

@media(max-width: 580px) {

    div#content .contact-container {
        width: 240px;
        margin: 0 auto;
    }

    div#content .contact-container span.email {
        margin-right: 0;
        margin-bottom: 20px;
    }

}