body{
    font-family: 'Noto Sans', sans-serif;
}
.privacy-sec-1 {
    padding: 80px 0px 40px 0px;
    margin-bottom: 50px;
}
.tercnd-sec-1 {
    padding: 80px 0px 40px 0px;
    margin-bottom: 50px;
}

.pp-1 h2 {
    font-weight: 600;
    /* font-size: 25px; */
    text-align: center;
    padding-bottom: 30px;
}
.tc-1 h2 {
    font-weight: 600;
    /* font-size: 25px; */
    text-align: center;
    padding-bottom: 30px;
}
.tc-1 p{
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
.pp-1 h3 {
    padding: 20px 0px;
    font-weight: 600;
    /* font-size: 25px; */
    /* text-align: center; */
}

.pp-1 p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

span {
    font-weight: bolder;
}
.cln-sup-sec-1 {
    padding: 80px 0px;
}
.cln-sup-sec-1-content h2{
    text-align: center;
    font-size: 38px;
    line-height: 52px;
    font-weight: 600;
    margin-bottom: 30px;
}
.cln-sup-spn{
    color: #ED1C24;
}
.cln-sup-sec-1-content p , .cln-sup-sec-1-content ul li{
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}
@media (max-width:767px)
{
    .privacy-sec-1 {
        padding: 40px 0px 40px 0px;
        margin-bottom: 0px;
    }
    .tercnd-sec-1 {
        padding: 40px 0px 0px 0px;
        margin-bottom: 50px;
    }
    .cln-sup-sec-1 {
        padding: 40px 0px;
    }
}
@media (max-width: 576px)
{
    .tc-1 p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    }
    .pp-1 p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    }
    .pp-1 h3 {
        padding: 20px 0px;
        font-weight: 600;
        /* font-size: 25px; */
        /* text-align: center; */
        font-size: 20px;
    }
.cln-sup-sec-1-content p , .cln-sup-sec-1-content ul li
 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
}