.brand-icon {
    width: 100%;
    text-align: left;
    padding-left: 10px;
}

.brand-icon IMG {
    width: 100px;
    height: auto;
    text-align: left;
}

.brand-title {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 600;
    color: #333;
    font-size: 40px;
    text-align: left;
}

.brand-splash {
    text-align: center;
    margin-top: -10px;
}

.brand-splash IMG {
    max-width: 100%;
    height: auto;
}

.brand-viewall {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    padding: 10px;
    font-size: 22px;
    text-align: left;
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
    padding-left: 0px;
}

.brand-models {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 20px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.brand-models UL {
    width:100%;
}

.brand-models UL LI {
    padding: 4px;
    width: 50%;
    box-sizing: border-box;
    float: left;
}

.brand-models H3,
.brand-recent H3 {
    font-weight: bold;
    margin-bottom: 20px;
}

.brand-recent {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 20px;

}

UL.car-list-grid LI {
    width: 50%;
}