@media screen and (max-width: 500px) {
    .side__info .normal-text {
        display: none;
    }

    .plus-tabs__trigger_text {
        font-weight: bold !important;
        font-size: 15px !important;
    }
}

@media screen and (max-width: 768px) {
    .side__info .normal-text {
        display: none;
    }

    .plus-tabs__trigger_text {
        font-weight: bold !important;
        font-size: 15px !important;
    }
}

@media screen and (max-width: 600px) {
    .side__info .normal-text {
        display: none;
    }

    .plus-tabs__trigger_text {
        font-weight: bold !important;
        font-size: 15px !important;
    }
}