﻿@media screen and (max-width: 760px) {

.col-sm-5 {
    width: 90%;
}
.col-sm-6 {
    width: 90%;
}
}


