.sc-text p b {
    color: var(--main-color);
}

.mta-table tr td {
    text-align: center;
}

.mta-table tr td:nth-child(2) {
    font-size: 22px;
    font-weight: 600;
    background-color: #f1f1f1;
}


/*==================================================*/
@media (max-width: 768px) {
    .mta-table tr td:nth-child(2) {
        font-size: 18px;
    }
}