/* ==========================================
   TERMS PAGE
========================================== */

.terms-page{

background:#f8f9fb;
padding:80px 0;

}

.terms-page .container{

max-width:1000px;

}

.terms-page h2{

font-family:'Playfair Display',serif;
font-size:34px;
margin-top:45px;
margin-bottom:20px;
color:#111827;

}

.terms-page h3{

font-size:24px;
margin-top:30px;
margin-bottom:15px;
color:#D4AF37;

}

.terms-page p{

font-size:17px;
line-height:1.9;
color:#444;
margin-bottom:18px;

}

.terms-page ul{

padding-left:25px;
margin-bottom:30px;

}

.terms-page li{

margin-bottom:12px;
line-height:1.8;
font-size:17px;
color:#444;

}

.terms-page strong{

color:#111827;

}

.terms-box{

background:#fff;
padding:35px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
margin-bottom:30px;

}

@media(max-width:768px){

.terms-page{

padding:60px 0;

}

.terms-box{

padding:25px;

}

.terms-page h2{

font-size:28px;

}

.terms-page p,
.terms-page li{

font-size:16px;

}

}