/* Start custom CSS for html, class: .elementor-element-79ee18b *//* TERMS PAGE */

.terms-page{

padding:10px 20px;
background:#f8faf9;

}


.terms-container{

max-width:1100px;
margin:auto;

}




/* HEADER */


.terms-header{

text-align:center;
margin-bottom:50px;

}



.terms-title{

font-size:45px;
font-weight:700;
color:#1F5666;
margin-bottom:20px;

}



.terms-intro{

font-size:17px;
line-height:1.8;
color:#555;
max-width:850px;
margin:auto;

}





/* CONTENT BOX */


.terms-content{

background:#fff;

padding:45px;

border-radius:18px;

box-shadow:
0 10px 30px rgba(0,0,0,.08);

}




.terms-content h2{

font-size:25px;

color:#0B6E4F;

margin-top:35px;

margin-bottom:15px;

}



.terms-content h2:first-child{

margin-top:0;

}





.terms-content p{

font-size:16px;

line-height:1.8;

color:#555;

margin-bottom:15px;

}





.terms-content ul{

padding-left:25px;

margin-bottom:20px;

}



.terms-content li{

font-size:16px;

line-height:1.8;

color:#555;

margin-bottom:8px;

}




.terms-content li::marker{

color:#0B6E4F;

}







/* MOBILE */


@media(max-width:768px){


.terms-page{

padding:50px 15px;

}



.terms-title{

font-size:32px;

}



.terms-content{

padding:25px;

}



.terms-content h2{

font-size:21px;

}



.terms-content p,
.terms-content li{

font-size:15px;

}


}/* End custom CSS */