.page-banner.about {
    background-image: url(../images/about-banner.jpg);
}
.head {
	font-weight: 600;
}
.about-sec1 img, .about-sec3 img {
	border: 5px solid #842532;
}
.about-sec2 {
    background-image: url(../images/about-sec2-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-sec2 img {
	border: 5px solid #fff;
}
.about-sec2 .z-text-white {
    padding-top: 215px;
}
.about-sec4 {
    background-color: #e1f2ff;
}


@media screen and (max-width: 1362px) {
	.about-sec2 .z-text-white {
	    padding-top: 150px;
	}
}
@media screen and (max-width: 992px) {
	.about-sec2 .z-text-white {
	    padding-top: 0;
	}
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
}