@media (min-width: 375px) {
    .d-xxs-none {
        display: none !important;
    }

    .d-xxs-block {
        display: block !important;
    }
}
