h5 {
	font-size: 19px;
    margin: 10px 10px 0 10px;
}
p{
    margin: 0;
}
#customers{
    width: 100%;
    margin: 75px auto;
	padding: 0;
}
.customer{
	width: 33.33%;
	height: 180px;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}
.customer_logo{
    height: 70px;
    text-align: center;
    white-space: nowrap;
}
.customer_logo > a > img{
    width: auto;
    max-width: 280px;
    max-height: 70px;
    vertical-align: middle;
    margin: 0 auto;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.note {
	font-size: 15px;
}

/* Media Queries for mobile support. */
@media screen and (max-width: 1140px) {
    .customer{
        width: 50%;
    }
}
@media screen and (max-width: 770px) {
    .customer{
        width: 100%;
    }
    .note {
    	padding: 0;
    }
}
