
@media (min-width: 576px) {
    body .o_form_view .grarpBigLabels.o_inner_group {
        grid-template-columns: fit-content(50%) minmax(0, 1fr);
    }

    body .o_form_view .grarpBigLabels.o_inner_group .o_form_fw_labels {
        grid-template-columns: 50% 1fr !important;
    }
}