@media (min-width: 768px) {
    .col-sm-6 {
        width: 50%;
    }
}

@media only screen and (max-width: 1710px) {
    body{
        border: 5px #f0f !important;
    }
}