p{font-size: 16px;}
h2{font-size: 2.2em;}
.bg-gray{
background: #f3f3f3;background: -moz-linear-gradient(top,  #f3f3f3 0%, #f8f8f8 100%);background: -webkit-linear-gradient(top,  #f3f3f3 0%,#f8f8f8 100%); background: linear-gradient(to bottom,  #f3f3f3 0%,#f8f8f8 100%); 
}
.tagline-row{flex: 1}
.tagline-row li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.25em;
    font-size: 16px;
}

.tagline-row li:before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    font-size: .9rem;
    color: #900;
    display: inline-block;
    width: 1.5em;
    margin-left: -1.5em;
}
.tagline-row ul {
    list-style: none;
}
 .model-list h3{ padding-top: 1em; font-weight: 700; text-align: center;}
 .model-list a:hover {text-decoration: none;}
 .model-list a:hover h3{color: #900;}
 .model-list .uk-slider-items{justify-content: center;}
 @media(max-width: 768px){h1{font-size: 2em}}
