.aboutPage{position:relative;z-index:1}
.aboutPage section{margin-bottom:80px;position:relative}
.aboutPage h2{padding:100px 0 15px;font-size:34px;color:#000;display:block;font-family:'proxima_novasemibold'}
.aboutPage p{font-size:16px;color:#666;display:block}
.aboutPage h3{padding-top:100px;font-size:24px;color:#000;display:block;font-family:'proxima_novasemibold'}
.aboutPage .section1 .bgBox1{position:absolute;top:-100px;right:0}
.aboutPage .section2 .bgBox1{position:absolute;top:-100px;left:0}
.aboutPage img{max-height:100%}
@media screen and (max-width:1024px) {
.aboutPage h2{padding:30px 0 15px}
}
@media screen and (max-width:768px) {
.aboutPage .section1 .bgBox1,.aboutPage .section2 .bgBox1{top:-50px;height:300px}
.aboutPage .section1 .bgBox1 img,.aboutPage .section2 .bgBox1 img{max-height:100%}
.aboutPage h3{padding-top:0}
.aboutPage figure{display:block;text-align:center;height:300px}
.aboutPage figure img{display:inline-block;max-height:100%}
}
@media screen and (max-width:480px) {
.aboutPage h3{padding-top:50px}
.aboutPage figure{height:250px}
.aboutPage section:last-child{margin-bottom:30px;}
}