.highlights-wrapper {background: #efefef; text-align: center; width: 100%; padding-top: 10px;}
.highlights-header {text-align: center; font-size: 20px; color: #333; line-height: 1.2; font-weight: 600;}
.highlights-cell {vertical-align: top; display: inline-block; width: 32%; min-width: 250px; padding: 10px 20px 10px 20px;}
.highlights-cell img {margin: 10px; height: 93px; width: 93px;}
.highlights-cell-title {line-height: 1.5; font-weight: 600; font-size: 1.2em; color:#333; text-transform: uppercase; margin-bottom: 10px; font-family: Georgia, 'Open Sans', Helvetica, Arial, Lucida, sans-serif;

}
.highlights-cell-text {line-height: 1.5;}

@media only screen and (max-width: 535px) {
.highlights-cell {width: 100%;}
}