.row.rowBrands>div{
    margin-bottom: 30px;
}
.row.rowBrands ul{
    list-style: none;
	padding: 0;
}
.row.rowBrands ul li.first{
    font-family: 'Lato', sans-serif;
    font-weight: bold; 
    color: #e6518b; 
    font-size: 50px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
}
.row.rowBrands ul li>a{
    font-family: 'Lato', sans-serif;
    color: #5a5a5a; 
    font-size: 13px;
    line-height: 10px;
    text-decoration: underline;
}
@media (max-width: 767px){
	.row.rowBrands ul li.first{
		text-align: center;
	}
	.row.rowBrands>div{
		width: 50%;
		margin-left: 25%;
		float: none;
		text-align: center;
	}
	.row.rowBrands ul li{
		padding: .5em 0;
	}
	.row.rowBrands ul li.first{
		padding: 0;
	}
	.row.rowBrands ul li>a{
		font-size: 16px;
	}
}