.contact-gradients p {
    font-family: 'Raleway', sans-serif;
    line-height: 26px;
    font-size: 17px;
    font-weight: 500;
}
.about-us {
	padding: 50px 0px 0px 0px;
	background: #eee;
	font-family: 'Open Sans', sans-serif;
}
.about-us-graph {
	padding: 50px 0px 50px 0px !important;
	background: #eee;
	font-family: 'Open Sans', sans-serif;
}
.about-us .row-aboutus, .about-us-graph .row-aboutus {
	background: #fff;
	padding: 15px;
    box-shadow: 0px 2px 9px #b0afaf;
}
.about-us .row-aboutus h2, .about-us-graph .row-aboutus h2 {
    color: #033076;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}
.about-us .row-aboutus p, .about-us-graph .row-aboutus p {
    color: #333;
    line-height: 24px;
    padding: 0px 6px;
    letter-spacing: 0px;
    margin-bottom: 20px;
    font-size: 16px;
}
.about-us .reqs p {
	font-style: italic;
}
.row-aboutus p.head-img {
	font-weight: bold;
	margin-top: 20px;
}

.body-about h2 {
    font-size: 23px;
    color: #288feb;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 60px;
}
.body-about {
    margin-bottom: 25px
}
.body-about p {
    font-size: 15px;
}
.body-about:last-of-type {
    margin-bottom: 0;
}
.body-about:nth-of-type(2) h2, .body-about:nth-of-type(2) p {
    text-align: right;
}
