﻿@media only screen and ( max-width: 768px ) {
   .center-md {
        display: flex !important;
        justify-content: center !important;
    }
}
