/* .termCondition {
    padding: 60px 0;
} */
.termCont h2 {
    margin: 60px 0 40px 0;
}
.termBody h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 10px 0;
}
.termBody p {
    font-size: 16px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .termBody h2 {
        font-size: 16px;
    }
    .termBody p {
        font-size: 13px;
        line-height: 22px;
    }
    .termCont h2 {
        margin: 40px 0 30px 0;
    }    
}