
@media only screen and (min-width: 992px) {
    .home-award {
        float: right;
    }

    .content-float-left {
        float: left;
    }
}

