/* Start custom CSS for html, class: .elementor-element-1fda1d0 */.privacy-container{
/*font-family: Inter, Arial, sans-serif;*/
background:#ffffff;
padding:60px 20px;
display:flex;
justify-content:center;
}

.privacy-content{
max-width:800px;
width:100%;
color:#374151;
line-height:1.7;
}

/* Title */

.privacy-content h1{
font-size:36px;
font-weight:700;
margin-bottom:8px;
color:#111827;
}

.last-updated{
color:#6b7280;
font-size:14px;
margin-bottom:35px;
}

/* Section Titles */

.privacy-content h2{
font-size:20px;
font-weight:600;
margin-top:28px;
margin-bottom:10px;
color:#111827;
}

/* Paragraph */

.privacy-content p{
font-size:16px;
margin-bottom:10px;
color: #676B7E;
}

/* Responsive */

@media (max-width:768px){

.privacy-content h1{
font-size:28px;
}

.privacy-content h2{
font-size:18px;
}

}/* End custom CSS */