body {
    background-color: #F1F1F1;
}

.header-bg {
    background-image: url('../image/cookie-policy.webp');
    background-size: cover;
    background-position: center;
    height: 0;
    padding-top: 33.75%;
    overflow: hidden;
}

.con-m {
    margin: 0 100px;
}

.font-one {
    text-align: center;
    font-size: 48px;
    line-height: 60px;
    color: #313131;
    margin-top: 50px;
}

.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-font5 {
    color: #666666;
    font-size: 24px;
    line-height: 40px;
    font-family: 'Montserrat', Light;
    margin-top: 10px;
}

.section-font-m {
    margin-bottom: 80px;
}

.section-font3 {
    height: 3px;
    background-color: #D9D9D9;
}

.section-font4 {
    font-size: 28px;
    line-height: 60px;
    color: #212121;
}

.section-font6 {
    color: #3EABBF;
}

.table-font1 {
    font-size: 24px;
    line-height: 40px;
    color: #666666;
    table-layout: fixed;
    width: 100%;
}

.table-font1 td {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}



@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;
    }

    .font-one {
        font-size: 22px;
        line-height: 28px;
    }


    .section-font2 {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 25px;
    }

    .section-font3 {
        height: 1px;
        margin-top: 30px;
    }

    .con-mp {
        background-color: #F1F1F1 !important;
    }

    .table-font1 {
        font-size: 13px;
        line-height: 20px;
    }
    .section-font4 {
        font-size: 20px;
    }
    .section-font5 {
        font-size: 20px;
        margin-top: 0;
    }

}