#mainContent {
    padding: 40px 30px 40px;
}

#mainContent h3 {
    background: none !important;
    border-bottom: none !important;
    font-size: 150%;
    margin-bottom: 20px;
}

#mainContent p {
    line-height: 1.6;
    font-size: 16px;
}

.terms__topTxt {
    padding-left: 8px;
}

.terms__txt {
    line-height: 1.6;
    font-size: 16px;
    padding-left: 8px;
}

.terms__ul {
    list-style: disc;
    padding-left: 1.5em;
}

.mt50 {
    margin-top: 50px;
}

.mb15 {
    margin-bottom: 15px;
}

.terms__li {
    margin-bottom: 8px;
}

.terms__li:nth-last-child(1) {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    #mainContent {
        padding: 33px 2% 42px;
    }