
#terms-top {
    background-image: url("../img/terms-kv@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;
}

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

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


@media (max-width: 820px) {

    #terms-top {
        background-image: url("../img/terms-kv-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) {

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