.l_alignItemsCenter {
    align-items: center !important;
}

.l_justifyContentCenter {
    justify-content: center !important;
}

.l_justifyContentEnd {
    justify-content: flex-end !important;
}

.l_directionColumn {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.l_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
