.sfl_home-banner-content {
  position: relative;
}
.sfl_home-banner-content {
  background-image: var(--bg-module-img);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sfl_home-banner-content {
  padding: 200px 0;
}
@media (max-width: 991px){
  .sfl_home-banner-content { padding: 170px 0; }
}
.sfl_d_flex-banner-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sfl_banner-content-item {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .sfl_banner-content-item { width: 50%; }
}
.sfl_home-banner-content-heading {
  color: var(--clr-stitle);
}
.rst_home-banner-content-title {
  color: var(--clr-title);
  font-size: 45px;
  margin-bottom: 30px;
}
.rst_home-banner-content-desc {
  font-size: 18px;
  color: var(--clr-stitle);
  margin: 0;
}
@media (max-width: 991px) {
  .rst_home-banner-content-title { font-size: 37px; }
}
@media (max-width: 767px) {
  .rst_home-banner-content-title { font-size: 30px; }
}
