@media screen and (min-width: 768px) {
    body {
        font-size: 14px;
    }
}

@media(min-width: 992px){
    .col5{
        width: 20%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}
