﻿@media screen and (max-width: 479px) {
    .con-info-left {
        display: none;
    }

    .col-sm-10 {
        text-align: center;
    }

    .content-title {
        margin-left: 0px !important;
    }
}
