body{
	font-family: 'Open Sans', sans-serif;
}
img {
    max-width: 100%;
}
.mid-section {
    background: #f5f5f5;
    padding: 15px 0;
}
.mid-section p{
    color:#000;
	font-size:25px;
	text-align:center;
    padding:0px;
	margin:0px;
	line-height: 32px;
}

.mid-section a{color:#004d10;}

.brands {
    background: #fff;
}
.brands h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #0071b5;
    text-align: center;
	margin-bottom: 5px;
}
.border {
    display: block;
    width: 150px;
    height: 2px;
    background: #060606;
    margin: 0 auto;
    margin-bottom: 7px;
}
.brands-box {
    box-shadow: 0px 0px 26px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 26px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 26px rgba(0,0,0,0.15);
    transition: all 0.3s ease-in-out;
    padding: 20px 10px;
    text-align: center;
    margin-bottom: 30px;
}
.brands p {
    font-size: 15px;
    color: #000;
    text-align: center;
    margin-bottom: 25px;
}
.brands h2 {
    font-size: 16px;
text-transform: uppercase;
font-weight: 600;
    color: #000;
    text-align: center;
    margin: 0px;
        margin-bottom: 0px;
    margin-bottom: 15px;
}

.footer-section {
    background: #000000;
    padding: 15px 0;
}

.footer-section p{
    color: #fff;
    padding: 0;
	font-size:14px;
	text-align:center;
	margin:0px;
}



@media only screen and (max-width: 600px) {
.mid-section p {
    color: #000;
    font-size: 17px;
	line-height:25px;
}

.footer-section p {
    font-size: 11px;
}

}
