.page-body.page-terms-and-conditions {
    padding: 0 15px;
}

.terms {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
}

.terms h1 {
    font-size: 2em;
    font-weight: 700;
    color: #FD3801;
}

.terms h2 {
    color: #FD3801;
    text-transform: uppercase;
    font-size: 1.2em;
}

.terms h3 {
    color: #003C46;
    font-size: 1.2em;
}

.terms p {
    color: #003C46;
    font-size: 1.1em;
    line-height: 30px;
}

.terms ul {
    margin: 0;
}

.terms ul li {
    margin: 0;
    list-style: disc;
    color: #646464;
    font-size: 1.1em;
    line-height: 30px;
}




@media only screen and (max-width:991px) {}

@media only screen and (max-width:767px) {}

@media only screen and (max-width:480px) {}