.page-banner.about {
    background-image: url(../images/about-banner.jpg);
}
.head {
	color: #41651e;
}
img.border {
	border: 5px solid #314f13;
}
.about-sec2 {
    background-color: #97ad8d;
    background-image: url(../images/about-sec2-bg.jpg);
    background-position: center top;
    background-size: cover;
}
.about-sec2 .head {
    color: #223329;
}




@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
	.about-sec2 {
	    background-image: none;
	}
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
	.about-sec1, .about-sec2, .about-sec3 {
	    padding-top: 30px;
	    padding-bottom: 10px;
	}
}