section.privacy-page-info .title h2 {
    font-size: 50px;
    letter-spacing: -2px;
    font-weight: 700;
    line-height: 55px;
    color: #2f2f2f;
    padding: 100px 0 70px 0;
}

section.privacy-page-info {
    background: #f8f2e6;
}
.privacy-details h3 {
    font-size: 16px;
    letter-spacing: -0.32px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    font-family: "Montserrat", sans-serif;
}
.privacy-details p {
    margin: 19px 0 0 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.22px;
    font-family: "Manrope", sans-serif;
}
.privacy-details {
    padding: 0 0 40px;
}
@media screen and (max-width:991px){
    section.privacy-page-info .title h2{
        padding: 60px 0 26px;
    }
}