@media screen and (max-width: 500px) {
    .plus-tabs__trigger_text {
        font-weight: bold !important;
    }
}

@media (max-width: 600px) {
    .plus-tabs__trigger_text {
        font-weight: bold !important;
    }
}