body {
    background-color: #F1F1F1;
}

.header-bg {
    background-image: url('../image/privacy-policy-top.webp');


    background-size: cover;
    background-position: center;
    height: 0;
    padding-top: 33.75%;
    overflow: hidden;
}

.con-m {
    margin: 0 100px;
}

.section-font1 {
    line-height: 40px;
    margin-top: 60px;
    padding: 20px 0;
    font-size: 40px;
    font-family: 'Montserrat', Medium;
    color: #2D83A1;
}

.section-font2 {
    color: #666666;
    font-size: 24px;
    line-height: 40px;
    font-family: 'Montserrat', Light;
    margin-bottom: 40px;
}

.section-font-m {
    margin-bottom: 80px;
}

.section-font3 {
    height: 3px;
    background-color: #D9D9D9;
}


@media (max-width: 576px) {
    .header-bg {
        padding-top: 80%;
    }

    .con-m {
        margin: 0 16px;
    }

    .section-font1 {
        padding: 21px 16px 10px 0;
        font-size: 20px;
        line-height: 30px;
        margin-top: 0;
    }

    .section-font2 {
        font-size: 13px;
        line-height: 20px;

    }

    .section-font3 {
        height: 1px;
        margin-top: 30px;
    }

    .con-mp {
        background-color: #F1F1F1 !important;
    }


}