@charset "UTF-8";

.privacy {
    /* background: rgba(255, 255, 255, 0.59); */
    font-size: 1rem;
    padding: 40px 5.3% 60px;
}

.privacy__top {
    padding-bottom: 40px;

}
h1 {
    font-size: 1.3rem;
    font-weight: 600;
}

h2 {
    font-size: 1.2rem;
    font-weight: 600;
    padding-bottom: 40px;
    padding-top: 40px;
}

.privacy__1 {
    padding-top: 10px;
}

.privacy__text--top {
    font-weight: 600;
    font-size: 1.1rem;
    padding-bottom: 10px;

}

.privacy__nav {
    padding-bottom: 30px;
}

.privacy__text--1 {
    padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .privacy {
       
        font-size: 1.3rem;
        padding: 150px 10.4% 100px;
    }
    
    .privacy__top {
        padding-bottom: 50px;
    
    }
    h1 {
        font-size: 2.2rem;
        font-weight: 600;
    }

    h2 {
        font-size: 1.7rem;
        font-weight: 600;
        padding-bottom: 55px;
        padding-top: 55px;
    }
    
    .privacy__1 {
        padding-top: 10px;
    }
    
    .privacy__text--top {
        font-weight: 600;
        font-size: 1.5rem;
        padding-bottom: 14px;
    
    }
    
    .privacy__nav {
        padding-bottom: 50px;
    }
    
    .privacy__text--1 {
        padding-bottom: 13px;
    }
}
    