#contact-top {
    background-image: url("../img/contactus@2x.jpg");
    background-position: top center;
    width: 100%;
    background-size: cover;
    height: 330px;
    max-width: 2000px;
    margin:0 auto;
}

#white-section {
    padding-top:80px;
    width: 100%;
}

.pt-b-80 {
    padding-bottom: 80px;
}

.contact-content {
    font-family: "frank-book";
font-size: 22px;
line-height: 32px;
color: #000000;
}

.contact-title {
    font-family: "frank-heavy";
}

.contact-content a {
    color: #0093FF;
}

.contact-content a:hover {
    text-decoration: underline;
}


@media (max-width: 820px) { 


    #contact-top {
        background-image: url("../img/contactus-m@2x.jpg");
        height: 300px;
    }
    

}

@media (max-width: 768px) {



#white-section {
    padding-top:40px;
}

.contact-content {
font-size: 18px;
line-height: 24px;
}

.pt-b-80 {
    padding-bottom: 40px;
}

}

@media (max-width: 414px) {

    #contact-top {
        background-image: url("../img/contactus-m@2x.jpg");
        height: 152px;
    }
}