/*==================================================
TERMS OF SERVICE
==================================================*/

.terms-page{
    overflow:hidden;
}

/*==================================================
COMMON
==================================================*/

.terms-page .container{
    width:min(1100px,92%);
    margin:auto;
}

.terms-page section{
    padding:80px 0;
}

/*==================================================
HERO
==================================================*/

.terms-hero{
    background:#faf7f2;
    text-align:center;
}

.terms-hero h1{
    font-size:58px;
    color:#18306f;
    margin:0;
}

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

.terms-content{
    background:#fff;
}

.terms-content .container{
    max-width:900px;
}

.terms-content h1,
.terms-content h2,
.terms-content h3,
.terms-content h4,
.terms-content h5,
.terms-content h6{
    color:#18306f;
    margin:40px 0 20px;
    line-height:1.3;
}

.terms-content h2{
    font-size:38px;
}

.terms-content h3{
    font-size:30px;
}

.terms-content h4{
    font-size:24px;
}

.terms-content p{
    color:#555;
    line-height:1.9;
    margin-bottom:22px;
}

.terms-content ul,
.terms-content ol{
    margin:20px 0 30px 30px;
}

.terms-content li{
    margin-bottom:12px;
    line-height:1.8;
    color:#555;
}

.terms-content a{
    color:#18306f;
    text-decoration:none;
    font-weight:600;
}

.terms-content a:hover{
    color:#b18e49;
}

.terms-content table{
    width:100%;
    border-collapse:collapse;
    margin:30px 0;
}

.terms-content th,
.terms-content td{
    border:1px solid #ddd;
    padding:15px;
    text-align:left;
}

.terms-content th{
    background:#18306f;
    color:#fff;
}

.terms-content blockquote{
    border-left:5px solid #b18e49;
    background:#faf7f2;
    padding:25px;
    margin:30px 0;
    font-style:italic;
}

.terms-content img{
    max-width:100%;
    height:auto;
    border-radius:10px;
    margin:25px 0;
}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:768px){

.terms-page section{
    padding:60px 0;
}

.terms-hero h1{
    font-size:40px;
}

.terms-content h2{
    font-size:30px;
}

.terms-content h3{
    font-size:24px;
}

}