@charset "utf-8";
.about_section { background:url(/common/upload/files/community/about_bg.webp) no-repeat center center / cover; }
.about_wrap { display:flex; align-items:center; justify-content:space-between; gap:30px; }
.about_wrap .text_col { width:50%; }
.about_wrap .text_col .hl_about { font-size:1.5em; font-weight:bold; line-height:1.4; color:#4E4E4E; margin-bottom:30px; }
.about_wrap .text_col .comments { line-height:1.8; }
.about_wrap .image_col { flex:1; }
@container wciBase (width < 992px) {
  .about_wrap { gap:20px; }
}
@container wciBase (width < 768px) {
  .about_wrap { flex-direction:column; }
  .about_wrap .text_col { width:100%; }
  .about_wrap .image_col { flex:1; max-width:400px; margin-left:auto; margin-right:auto; }
  .about_wrap .text_col .hl_about { font-size:1.25em; }
}
