@media (min-width: 425px) {
    body {
        font-size: 12px;
    }
}

@media (min-width: 576px) {
    body {
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    body {
        font-size: 15px;
    }
    .services {
        padding: 6rem 15px;
    }
    .font-60 {
        font-size: 3rem;
        line-height: 3rem;
    }
    .font-70 {
        font-size: 4rem;
        line-height: 5.3rem;
    }

    .collapse {
        display: block;
    }

    .vh .logo-header {
        position: absolute;
    }

    .vh .footer .pdp {
        background-size: cover;
        background-image: url(../img/bg-footer.png);
        background-repeat: no-repeat;
    }

    .vh .footer:after {
        content: '';
        position: absolute;
        background: url(../img/over-footer.png);
        background-position: right bottom;
        background-size: 100%;
        background-repeat: no-repeat;
        right: 0;
        bottom: 0;
        width: 35%;
        max-width: 400px;
        height: 100%;
        z-index: 1;
    }
    .grow-3 {
        flex-grow: 3;
    }
    .grow-2 {
        flex-grow: 2;
    }
}

@media (min-width: 992px) {
    body {
        font-size: 15px;
    }
    .font-60 {
         font-size: 4rem;
         line-height: 4rem;
    }
    .font-70 {
        font-size: 5rem;
        line-height: 6.6rem;
    }
    .expertise .font-108 {
        font-size: 5.6rem;
        line-height: 5rem;
    }
}

@media (min-width: 1500px) {
    .container-fluid {
        width: 1500px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .slideshow {
        padding-right: 0;
        padding-left: 0;
    }
}