.sfl_home-aboutus {
  background: var(--bg-module);
}
.sfl_home-aboutus {
  padding: 100px 0;
}
@media (max-width: 991px){
  .sfl_home-aboutus { padding: 80px 0; }
}
@media (max-width: 767px){
  .sfl_home-aboutus { padding: 60px 0; }
}
.sfl_d_flex-aboutus {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sfl_d_flex-aboutus {
  row-gap: 30px;
}
.sfl_aboutus-item {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .no_reverse .about-right-img { width: 63%; padding-left: 5.8%; }
  .no_reverse .about-left-info { width: 37%; }
  .no_reverse .about-right-img { border-left: 1px solid var(--clr-stitle); }
  .no_reverse .about-left-info { padding-right: 40px; }
}
.sfl_d_flex-aboutus.reverse {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .reverse .about-right-img { width: 50%; padding-right: 5.8%; }
  .reverse .about-left-info { width: 50%; }
  .reverse .about-right-img { border-right: 1px solid var(--clr-stitle); }
  .reverse .about-left-info { padding-left: 40px; }
}
.sfl_home-aboutus .button-style-plus-icon svg {
  fill:var(--cl-icon-module);
}
/* title */
.rst_home-aboutus-title {
  color: var(--clr-title);
  font-size: 45px;
  margin-bottom: 30px;
}
.rst_home-aboutus-desc {
  font-size: 18px;
  color: var(--clr-stitle);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.rst_home-aboutus-desc:after {
  background-color: currentColor;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100vw;
}
@media (max-width: 991px) {
  .rst_home-aboutus-title { font-size: 37px; }
}
@media (max-width: 767px) {
  .rst_home-aboutus-title { font-size: 30px; }
}
.about-left-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.button-wrapper-aboutus {
  color: var(--cl-icon-module);
}













