


/* line-spacing */

.justifycontent-start { justify-content: start !important; }
.justifycontent-end { justify-content: end !important; }
.justifycontent-flexstart { justify-content: flex-start !important; }
.justifycontent-flexend { justify-content: flex-end !important; }
.justifycontent-center { justify-content: center !important; }
.justifycontent-stretch { justify-content: stretch !important; }
.justifycontent-inherit { justify-content: inherit !important; }
.justifycontent-revert { justify-content: revert !important; }
.justifycontent-unset { justify-content: unset !important; }

@media (min-width: 576px) {
    .justifycontent-sm-start { justify-content: start !important; }
    .justifycontent-sm-end { justify-content: end !important; }
    .justifycontent-sm-flexstart { justify-content: flex-start !important; }
    .justifycontent-sm-flexend { justify-content: flex-end !important; }
    .justifycontent-sm-center { justify-content: center !important; }
    .justifycontent-sm-stretch { justify-content: stretch !important; }
    .justifycontent-sm-inherit { justify-content: inherit !important; }
    .justifycontent-sm-revert { justify-content: revert !important; }
    .justifycontent-sm-unset { justify-content: unset !important; }
}

@media (min-width: 768px) {
    .justifycontent-md-start { justify-content: start !important; }
    .justifycontent-md-end { justify-content: end !important; }
    .justifycontent-md-flexstart { justify-content: flex-start !important; }
    .justifycontent-md-flexend { justify-content: flex-end !important; }
    .justifycontent-md-center { justify-content: center !important; }
    .justifycontent-md-stretch { justify-content: stretch !important; }
    .justifycontent-md-inherit { justify-content: inherit !important; }
    .justifycontent-md-revert { justify-content: revert !important; }
    .justifycontent-md-unset { justify-content: unset !important; }
}

@media (min-width: 992px) {
    .justifycontent-lg-start { justify-content: start !important; }
    .justifycontent-lg-end { justify-content: end !important; }
    .justifycontent-lg-flexstart { justify-content: flex-start !important; }
    .justifycontent-lg-flexend { justify-content: flex-end !important; }
    .justifycontent-lg-center { justify-content: center !important; }
    .justifycontent-lg-stretch { justify-content: stretch !important; }
    .justifycontent-lg-inherit { justify-content: inherit !important; }
    .justifycontent-lg-revert { justify-content: revert !important; }
    .justifycontent-lg-unset { justify-content: unset !important; }
}
@media (min-width: 1200px) {
    .justifycontent-xl-start { justify-content: start !important; }
    .justifycontent-xl-end { justify-content: end !important; }
    .justifycontent-xl-flexstart { justify-content: flex-start !important; }
    .justifycontent-xl-flexend { justify-content: flex-end !important; }
    .justifycontent-xl-center { justify-content: center !important; }
    .justifycontent-xl-stretch { justify-content: stretch !important; }
    .justifycontent-xl-inherit { justify-content: inherit !important; }
    .justifycontent-xl-revert { justify-content: revert !important; }
    .justifycontent-xl-unset { justify-content: unset !important; }
}
@media (min-width: 1400px) {
    .justifycontent-xxl-start { justify-content: start !important; }
    .justifycontent-xxl-end { justify-content: end !important; }
    .justifycontent-xxl-flexstart { justify-content: flex-start !important; }
    .justifycontent-xxl-flexend { justify-content: flex-end !important; }
    .justifycontent-xxl-center { justify-content: center !important; }
    .justifycontent-xxl-stretch { justify-content: stretch !important; }
    .justifycontent-xxl-inherit { justify-content: inherit !important; }
    .justifycontent-xxl-revert { justify-content: revert !important; }
    .justifycontent-xxl-unset { justify-content: unset !important; }
}