﻿@media (max-width: 768px) {
    .row

{
    flex-direction: column;
}

.col-md-4 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
}
