


/* line-spacing */

.justifyitems-start { justify-items: start !important; }
.justifyitems-end { justify-items: end !important; }
.justifyitems-flexstart { justify-items: flex-start !important; }
.justifyitems-flexend { justify-items: flex-end !important; }
.justifyitems-center { justify-items: center !important; }
.justifyitems-baseline { justify-items: baseline !important; }
.justifyitems-stretch { justify-items: stretch !important; }
.justifyitems-inherit { justify-items: inherit !important; }
.justifyitems-revert { justify-items: revert !important; }
.justifyitems-unset { justify-items: unset !important;}

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

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

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