/*==================================
TERMS PAGE
==================================*/


.terms-header{

    background:#0A3D91;

    padding:20px 0;

}


.terms-header .container{

    display:flex;

    justify-content:space-between;

    align-items:center;

}



.terms-logo{

    color:#fff;

    font-size:30px;

    font-weight:800;

    text-decoration:none;

}


.terms-logo span{

    color:#F5B400;

}



.back-home{

    color:white;

    text-decoration:none;

    font-weight:600;

}



/*==================================
TERMS SECTION
==================================*/


.terms-section{

    background:#f8fbff;

    padding:90px 0;

}



.terms-heading{

    text-align:center;

    margin-bottom:50px;

}


.terms-heading span{

    color:#0A3D91;

    font-weight:700;

}



.terms-heading h1{

    font-size:45px;

    color:#0A3D91;

    margin:15px 0;

}



.terms-heading p{

    color:#666;

    font-size:17px;

}




/*==================================
CONTENT CARD
==================================*/


.terms-card{

    background:#fff;

    padding:50px;

    border-radius:35px;

    box-shadow:

    0 20px 50px rgba(0,0,0,.08);

}



.terms-item{

    margin-bottom:35px;

    border-bottom:1px solid #eee;

    padding-bottom:25px;

}



.terms-item h3{

    color:#0A3D91;

    font-size:24px;

    margin-bottom:12px;

}



.terms-item p{

    color:#666;

    line-height:1.9;

    font-size:16px;

}



/*==================================
CONTACT BOX
==================================*/


.terms-contact{

    margin-top:40px;

    background:

    linear-gradient(
    135deg,
    #0A3D91,
    #2563EB
    );

    padding:35px;

    border-radius:25px;

    color:white;

}



.terms-contact h3{

    font-size:25px;

    margin-bottom:20px;

}



.terms-contact p{

    margin:12px 0;

}



.terms-contact i{

    width:25px;

}





/*==================================
MOBILE
==================================*/


@media(max-width:768px){


.terms-heading h1{

    font-size:32px;

}


.terms-card{

    padding:25px;

}



.terms-item h3{

    font-size:20px;

}

}