/* Start custom CSS for html, class: .elementor-element-e50cef2 */.terms-section{
    padding:80px 20px;
    background:#f8f9fb;
}

.terms-container{
    max-width:1100px;
    margin:0 auto;
}

.terms-header{
    text-align:center;
    margin-bottom:50px;
}

.terms-header h1{
    font-size:48px;
    font-weight:800;
    color:#111;
    margin-bottom:15px;
}

.terms-header p{
    font-size:18px;
    color:#666;
    max-width:700px;
    margin:0 auto;
}

.terms-content{
    display:flex;
    flex-direction:column;
    gap:25px;
}

.terms-card{
    background:#fff;
    padding:30px;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,0.05);
}

.terms-card h2{
    font-size:24px;
    color:#111;
    margin-bottom:15px;
}

.terms-card p{
    color:#666;
    line-height:1.8;
    font-size:16px;
    margin:0;
}

@media(max-width:768px){

    .terms-header h1{
        font-size:36px;
    }

    .terms-card{
        padding:20px;
    }

    .terms-card h2{
        font-size:20px;
    }
}/* End custom CSS */