.about{color:#fff;background-position:center;background-repeat:no-repeat;background-size:cover}.about .about__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.about .about__wrapper .about__text-grid{max-width:50%;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:40px}.about .about__wrapper .about__text-grid .about__text-title{margin-bottom:15px}@media screen and (max-width:992px){.about .about__wrapper .about__text-grid{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr);max-width:100%}.about .about__logo-block{display:none}}