.about_wrapper > div{width:50%;}
.about_wrapper{display:flex;width:100%;gap:70px;align-items:center;}
.about_content .rte{font-size:16px;font-family:Roboto;color:#626262;line-height:1.688;font-weight:400;}
.about_content .main-page-title{font-size:58px;color:rgb(0,0,0);line-height:60px;}
@media screen and (max-width:991px){
  .about_content .main-page-title{font-size:45px;line-height:normal;}
  .main-story-page .rte h2{font-size:20px;line-height:normal;}
  .main-story-page .rte h2{font-size:20px;}
}
@media screen and (max-width:749px){
  .about_wrapper{flex-direction:column-reverse;gap:30px;}
  .about_wrapper > div{width:100%;}
  .about_content .main-page-title{font-size:35px;line-height:45px;}
}