/* Start custom CSS for html, class: .elementor-element-e20e6be */.terms-wrapper{
/*font-family: Inter, Arial, sans-serif;*/
background:#ffffff;
padding:70px 20px;
display:flex;
justify-content:center;
}

.terms-content{
max-width:800px;
width:100%;
line-height:1.7;
color:#4b5563;
}

/* Page Title */

.terms-content h1{
font-size:36px;
font-weight:700;
color:#111827;
margin-bottom:8px;
}

/* Last Updated */

.last-update{
font-size:14px;
color:#6b7280;
margin-bottom:35px;
}

/* Section Titles */

.terms-content h2{
font-size:20px;
font-weight:600;
color:#111827;
margin-top:30px;
margin-bottom:10px;
}

/* Paragraph */

.terms-content p{
font-size:15px;
margin-bottom:10px;
}

/* Responsive */

@media (max-width:768px){

.terms-wrapper{
padding:50px 20px;
}

.terms-content h1{
font-size:28px;
}

.terms-content h2{
font-size:18px;
}

}/* End custom CSS */