﻿@media (min-width: 768px) 
{
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        text-align: center;
        align-content: center;
        max-width: 50%;
    }
}
