.page-banner.about {
    background-image: url(../images/about-banner.jpg);
}
.about-sec1 {
    background-color: #cbc8c8;
    padding: 50px 0 20px 0;
}
.about-sec1 .head {
    font-weight: 300;
}
.about-sec1 img.about-img {
    box-shadow: 0 0 40px rgba(0, 0, 0, .35);
    border-radius: 10px;
    margin-top: 95px;
}
.about-sec2 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.about-sec2 .z-column {
	border-top: 2px solid #464646;
	border-bottom: 2px solid #464646;
	padding-top: 50px;
	padding-bottom: 50px;
}
.about-sec2 .a-testi {
    position: relative;
    padding: 0 130px;
}
.about-sec2 .a-testi:before {
    content: '“';
    position: absolute;
    top: 5px;
    left: 65px;
    font-size: 120px;
    line-height: 81px;
    color: #858585;
}
.about-sec2 .a-testi:after {
    content: '”';
    position: absolute;
    bottom: -50px;
    right: 65px;
    font-size: 120px;
    line-height: 81px;
    color: #858585;
}


@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
	.about-sec1 img.about-img {
	    margin-top: 0;
	}
}
@media screen and (max-width: 767px) {
	.about-sec2 .a-testi {
	    padding: 0 60px;
	}
	.about-sec2 .a-testi::before {
	    left: 5px;
	}
	.about-sec2 .a-testi::after {
	    right: 5px;
	}
}
@media screen and (max-width: 479px) {
	.about-sec2 {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.about-sec2 .a-testi {
	    padding: 0;
	}
	.about-sec2 .a-testi::after, .about-sec2 .a-testi::before {
	    display: none;
	}
}