/**
 * I wont to follow Bootstrap 4 philosophy that add rules first for mobile browsers and after adjust things in desktop with @mediaquery that goes up to
 * So this xs is not needed
 * 1 - Responsive tools ONLY for `xs`
 */
@media (max-width: 767px) {
    .text-center-xs { text-align: center !important; }
}