
section {
  direction: ltr;
}
.section_main_title {
    margin-bottom: 30px;
}
.section_gallery .carousel_wrapper {
  direction: rtl;
}
.section_headline .button_wrapper button:after {
    content:url(../images/banner-button-arrow-icon-dark-blue-ltr.svg);
}
.item_wrapper,
.section_headline_wrapper .subtitle {
  text-align: left;
}
.checkbox_like_wrapper > div {
  margin-right: 40px;
  margin-left: 35px;
}
.checkbox_like_wrapper > div:before {
  content: url(../images/check-dt.svg);
  margin-left: -35px;
  margin-right: 17px;
}
.section_headline .button_wrapper {
  margin-left:0;
  margin-right:20px;
}
.section_icons_list_wrapper .items_wrapper .content {
  margin-right: 0;
  margin-left: 20px;
}
@media screen and (max-width:990px) {
  .section_text .the_content,
  .section_bullets_list .container,
  .section_headline .title_wrapper,
  .checkbox_like_wrapper > div,
  .section_headline_wrapper .subtitle {
    text-align: left;
  }
  .checkbox_like_wrapper > div:before {
    content: url(../images/check-mobile.svg);
    margin-left: 0;
    margin-right: 10px;
  }
  .section_headline .button_wrapper {
    margin-right: 0;
  }
  .section_icons_list_wrapper .items_wrapper .content {
    margin-right: 0;
    margin-left: 10px;
  }
}
