/* Page About  */
.about{text-align:center}
.about h1{font-size:31px;font-weight:800;margin-bottom:37px}
.about h2{font-size:18px;font-weight:600;text-align:left}
.about__content>.wp-block-group__inner-container{display:flex;margin:70px 0 0;background:#efefef;height:510px;padding:40px 30px;text-align:left;font-size:18px;line-height:1.4}
.about-text{flex:1}
.about__content p{margin-bottom:20px!important}
.about__content figure{width:645px;height:575px;margin-left:30px;margin-top:-70px}
.about__content figure img{width:100%;-o-object-fit:cover;object-fit:cover;height:100%}

@media (max-width:1280px){
.about__content figure{width:500px;height:575px}
}
@media (max-width:1212px){
.about__content>.wp-block-group__inner-container{flex-direction:column;height:100%;margin-top:50px}
.about h1{margin-bottom:20px}
.about__content figure{height:auto;margin:30px -30px -40px;width:calc(100% + 60px)}
}