#PageMain {
 margin-top: 0;
}


/*CSS brought over from Community Type: WYSIWYG*/
.brands-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 2%;
margin-top: 3%;
margin-left:13%;
margin-right:13%;
}
@media only screen and (max-width : 768px) {
.brands-bar{
display:block;
 margin: auto;
 margin-bottom: 20px;
}






















