.privacy {
    background-image: url(images/privacy.webp);
}
@media only screen and (max-width: 768px) {
    .privacy-container .contact-content{
        min-height: max-content;
        margin-bottom: 160px;
    }
    
    
    .privacy-container .abt-content-wrapper{
        height: fit-content;
    }  
}

.abt-content-wrapper .about-content {
    height: fit-content;
    overflow-y: auto;
}

