.main-content.terms-of-use-content {

}

.main-content.terms-of-use-content h1 {
    color: var(--color-blue-inst);
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 15px;
}


.main-content.terms-of-use-content h2 {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.6;
}

.main-content.terms-of-use-content h3 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 30px;
}

.main-content.terms-of-use-content p {
    font-size: 16px;
    line-height: 1.4;
    font-weight: lighter;
    margin-top: 15px;
}