﻿@media only screen and (max-width: 575.98px) {
    .mobile-row {
        flex-direction: row !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
    }
}
