body{
    background:#f8f9fa;
    font-family:sans-serif;
}

.policy-section{
    padding:80px 0;
}

.policy-card{
    background:#fff;
    padding:50px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.page-title{
    color:#681500;
    font-weight:700;
    margin-bottom:15px;
}

.policy-heading{
    color:#1c1c1c;
    font-size:24px;
    font-weight:600;
    margin-top:35px;
    margin-bottom:15px;
    position:relative;
}

.policy-heading::after{
    content:'';
    width:60px;
    height:4px;
    background:#681500;
    position:absolute;
    left:0;
    bottom:-8px;
    border-radius:10px;
}

p{
    color:#6c757d;
    line-height:1.9;
}

@media(max-width:768px){

.policy-card{
    padding:30px;
}

}