.divisor-shadow {
    background-color: #fff;
    box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, .1) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding-bottom: 2%;
}

.divisor-shadow h2 {
    font-family: 'Poppins', sans-serif;
}

.divisor-shadow p {
    font-family: 'Roboto', sans-serif;
}

.box {
    padding: 3% 5% 0 5%;
}

#topper {
    font-family: 'Encode Sans Condensed', sans-serif;
}

.vsl-video {
    padding: 0 5% 0 5%;
}

.reference-text {
    text-align: center;
    font-weight: 300;
    line-height: 24px;
    color: #121212;
    font-size: 11px;
    margin-top: 10px;
}

.reference-text p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.box-reference {
    font-family: Georgia, sans-serif !important;
}

.box-reference h6 {
    font-family: Georgia, sans-serif !important;
}

.footer {
    padding-top: 48px;
    padding-bottom: 48px;
}

.footer-link a {
    color: #747474;
}

.footer-link {
    font-size: .7em;
    color: #747474;
}

.footer-text {
    color: #fff;
    font-weight: 300;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    #topper {
        padding-bottom: 15px;
    }

    .box {
        padding: 0;
    }

    .header-top {
        padding-top: 30px;
    }

    .header-top {
        padding-right: 0;
        padding-left: 0;
    }

    .vsl-video {
        padding: 0;
    }

    .box-reference h6 {
        font-size: .85em;
    }

    .pleople-watch {
        font-size: .8em;
    }

    .divisor-shadow h2 {
        font-family: 'Poppins', sans-serif;
        font-size: 1em;
    }

    .dr-name {
        font-size: .93em;
    }

    .footer-text {
        font-size: 12px;
    }
}