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

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

.content-left {
    justify-content: flex-start !important;
}

.content-between {
    justify-content: space-between !important;
}