*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "Open Sans";
    src: url("../font/Open_Sans/static/OpenSans-Medium.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "Urbanist";
    src: url("../font/Urbanist/static/Urbanist-Medium.ttf") format("truetype");
    font-style: normal;
}




.privacy-policy-box h2 {
    color: #000;
    font-family: 'Open Sans';
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 45.5px; 
    text-align: center;
}

section.privacy-policy-section-1 {
    width: 100%;
    padding: 80px 0px;
}

.main-privacy-policy-section-1 {
    width: 100%;
}

.privacy-policy-box {
    width: 100%;
    display: flex;
    flex-direction: column;

}

.privacy-policy-box h6 {
    color: #333;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; 
}

.privacy-policy-box p {
    color: #333;
    font-size: 22px;
    font-style: normal;
    font-family: "Open Sans";
    font-weight: 400;
    line-height: 32px; 
}

.privacy-policy-box h3 {
    color: #000;
    font-size: 30px;
    font-family: "Urbanist";
    font-style: normal;
    font-weight: 700;
    line-height: 44px; 
    padding: 30px 0px  0px 0px;
}



.privacy-policy-box  span {
    height: 30px;
    width: 10px;
}


section.terms-of-service-section-1 {
    padding: 80px 0px 100px 0px;
    width: 100%;
}

.main-terms-of-service-section-1 {
    width: 100%;
}

.terms-of-service-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.terms-of-service-box h2 {
    color: #000;
    font-family: "urbanist";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; 
    padding-bottom: 50px;
}

.terms-of-service-box h3 {
    color: #000;
    font-family: "Open Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; 
    padding: 20px 0px;
}

.terms-of-service-box p {
    color: #272E2F;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
    text-align: center;
}
















@media screen and (max-width: 1024px) {
    .container{
        max-width: 100%;
        padding: 0px 3%;
}

section.privacy-policy-section-1 {
    padding: 60px 0px;
}

.privacy-policy-box h2 {
    font-size: 36px;
    line-height: 44px;
}

.privacy-policy-box h3 {
    font-size: 26px;
    line-height: 36px;
    padding: 20px 0px 0px 0px;
}

.privacy-policy-box h6 {
    font-size: 16px;
}

.privacy-policy-box p {
    font-size: 18px;
    line-height: 26px;
}

h3.pad-nan {
    padding: 0px;
}

.privacy-policy-box span {
    height: 20px;
    width: 10px;
}


section.terms-of-service-section-1 {
    padding: 60px 0px 80px 0px;
}

.terms-of-service-box h2 {
    font-size: 40px;
    line-height: 48px;
    padding-bottom: 30px;
}








}






@media screen and (max-width: 768px) {
    .container{
        max-width: 100%;
        padding: 0px 3%;
}

section.privacy-policy-section-1 {
    padding: 50px 0px;
}

.privacy-policy-box h2 {
    font-size: 30px;
    line-height: 40px;
}

.privacy-policy-box {
    justify-content: center;
    align-items: center;
}

.privacy-policy-box h6 {
    font-size: 16px;
    padding-top: 20px;
}

.privacy-policy-box h3 {
    padding: 20px 0px 10px 0px;
    font-size: 24px;
}

.privacy-policy-box p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

h3.pad-nan {
    padding: 0px;
}



.terms-of-service-box h2 {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 20px;
}

section.terms-of-service-section-1 {
    padding: 50px 0px 70px 0px;
}

.terms-of-service-box p {
    font-size: 14px;
    line-height: 24px;
}

.terms-of-service-box h3 {
    font-size: 22px;
    line-height: 28px;
    padding: 18px 0px;
}
}






@media screen and (max-width: 600px) {
    .container{
        max-width: 100%;
        padding: 0px 3%;
}
.privacy-policy-box h6 {
    font-size: 14px;
    padding-top: 0px;
}

.privacy-policy-box h2 {
    font-size: 24px;
    line-height: 40px;
}

.privacy-policy-box h3 {
    text-align: center;
    padding: 20px 0px 10px 0px;
    font-size: 20px;
    line-height: 28px;
}

section.privacy-policy-section-1 {
    padding: 30px 0px 50px 0px;
}

.terms-of-service-box h2 {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 10px;
}

.terms-of-service-box h3 {
    font-size: 18px;
    line-height: 22px;
    padding: 26px 0px 10px 0px;
}

}