.font-logo {
    font-size: 24px;
    font-weight: bold;
}

.font-bold {
    font-weight: bold;
}

.font-title {
    font-size: 24px;
    font-weight: bold;
}

.font-title-nobold {
    font-size: 24px;
}

.font-block-title {
    font-size: 24px;
    font-weight: bold;
}

.font-content {
    font-size: 20px;
}

.font-center {
    text-align: center;
}

.font-right {
    text-align: right;
}

.font-size-18 {
    font-size: 18px;
}

.font-distribute-align {
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
}

@media (max-width:991px) {
    .font-block-title {
        font-size: 24px;
        font-weight: bold;
    }
}