body{
    margin:0;
    padding:0;
    font-family:'Jost', sans-serif;
    background:#f8f8f8;
    color:#333;
}

.policy-banner{
    background:linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)),
    url('../assets/images/main.webp');
    background-size:cover;
    background-position:center;
    padding:100px 20px;
    text-align:center;
    color:#fff;
}

.policy-banner h1{
    font-size:52px;
    font-weight:700;
    margin-bottom:15px;
}

.policy-banner p{
    font-size:18px;
    max-width:700px;
    margin:auto;
}

.policy-section{
    padding:70px 20px;
}

.policy-box{
    background:#fff;
    border-radius:15px;
    padding:50px;
    box-shadow:0 5px 25px rgba(0,0,0,0.08);
}

.policy-box h2{
    font-size:18px;
    color:#393476;
    margin-top:15px;
    margin-bottom:3px;
    font-weight:700;
}

.policy-box p{
    /* line-height:1.9;
    margin-bottom:15px; */
    color:#555;
}

.policy-box ul{
    padding-left:20px;
}

.policy-box ul li{
    /* margin-bottom:10px;
    line-height:1.8; */
    color:#555;
}

.back-home{
    display:inline-block;
    margin-top:40px;
    background:#bd9865;
    color:#fff;
    padding:14px 35px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:0.3s;
}

.back-home:hover{
    background:#a67c4b;
    color:#fff;
}
.sticky-top{
    background-color: white;
}
.btn-cmn{
    background-color: #d8bd87;
    color: white;
    font-weight: 700;
}
.btn-cmn:hover{
	background-color: #e1af4d;
	color: white;
	font-weight: 700;
}
.bg-black {
    background: #222;   
}
.white {
    color: #fff;
}

.container3 {
    padding: 24px;
}
.calign {
    text-align: center;
}
.footlink {
    display: block;
}
.footlink li {
    display: inline-block;
    padding: 0 15px;
    line-height: 1;
    border-right: 1px solid #888;
}
.footlink li:last-child {
    border: none;
}
@media(max-width:768px){

    .policy-banner{
        padding:70px 20px;
    }

    .policy-banner h1{
        font-size:34px;
    }

    .policy-box{
        padding:30px 20px;
    }

    .policy-box h2{
        font-size:19px;
    }
    .policy-box p{
        font-size: 15px;
    }
    .policy-box ul li{
        font-size: 15px;
    }

}