﻿body {
    background-image: url(../images/footer-bg-free-img.webp);
    background-blend-mode: overlay;
    background-color: #000000c2;
    background-size: cover;
    background-attachment: fixed;
}
.privacy {
    padding-top: 118px;
}
h2 {
    font-weight: 500;
    font-size: 1.04rem;
    margin-bottom: 6px;
    color: #ffaa00;
    margin-top: 12px;
}p {
    color: #ffffff;
    font-size: 12px;
    letter-spacing: .5px;
    margin-bottom: 0;
}ul {
    padding-left: 18px;
    font-size: 12px;
    color: white;
}
 .content-box {
    padding: 30px;
}
 
@media (max-width:767px){
    .privacy {
        padding-top: 25px;
    }
.content-box {
    padding: 0;
}
.section-head h2{
    font-size:25px;
}
    .section-head {
        margin-bottom: 18px;
    }
}