.with_frm_style {
    .frm_primary_label {
        text-transform: uppercase !important;
        margin-bottom: 10px !important;
    }
}

@media screen and (max-width: 991px) {
    .with_frm_style {
        .frm_primary_label {
            font-size: var(--wp--preset--font-size--small) !important;
        }
    }
}