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

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

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

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

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

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

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

@media (max-width: 820px) {

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

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

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

@media (max-width: 768px) {


    #white-section {
        padding-top:40px;
    }
    
    .dis-content {
    font-size: 18px;
    line-height: 24px;
    }
    
    .pt-b-80 {
        padding-bottom: 40px;
    }
    
    }
    @media (max-width: 414px) {

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

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

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