/* Add here all your CSS customizations */

@media (max-width: 992px) {
    .mobile-direction{
        flex-direction: column-reverse;
    }
}
