


/* line-spacing */

.textalign-start { text-align: start !important; }
.textalign-center { text-align: center !important; }
.textalign-end { text-align: end !important; }

@media (min-width: 576px) {
    .textalign-sm-start { text-align: start !important }
    .textalign-sm-center { text-align: center !important }
    .textalign-sm-end { text-align: end !important }
}

@media (min-width: 768px) {
    .textalign-md-start { text-align: start !important }
    .textalign-md-center { text-align: center !important }
    .textalign-md-end { text-align: end !important }
}

@media (min-width: 992px) {
    .textalign-lg-start { text-align: start !important }
    .textalign-lg-center { text-align: center !important }
    .textalign-lg-end { text-align: end !important }
}
@media (min-width: 1200px) {
    .textalign-xl-start { text-align: start !important }
    .textalign-xl-center { text-align: center !important }
    .textalign-xl-end { text-align: end !important }
}
@media (min-width: 1400px) {
    .textalign-xxl-start { text-align: start !important }
    .textalign-xxl-center { text-align: center !important }
    .textalign-xxl-end { text-align: end !important }
}