.home__hilite { background-color: #DE3118; clear: both; padding: 20px 0px; width: 100%; }
.home__hilite .container { max-width: 1320px; }
.home__hilite .col { display: grid; align-content: center; justify-content: center; }

.home__hilite img, .home__hilite svg {
    max-height: 60px;
    width: 100%;
}
@media only screen and (max-width: 767px) {

    .home__hilite .col { max-width: 25%; margin: 5px 0px }



    .home__hilite img, .home__hilite svg {
        max-height: 40px;
        width: 100%;
        max-width: 60px;
    }

}
