.rtl-mirror .hero-section .row {
  flex-direction: row-reverse;
}

.rtl-mirror .hero-section {
  background: url("/assets/images/Senior-woman-bouquet-rtl.png") left center /
    100% 100% no-repeat;
}

.rtl-mirror .services-section .services-section-head-row {
flex-direction: row-reverse;
}

.rtl-mirror .how-section .row {
    flex-direction: row-reverse;
  }
.rtl-mirror .how-section .progress-svg-container{
    flex-direction: row-reverse;
  }

.rtl-mirror .apart-section .row {
    flex-direction: row-reverse;
  }

.rtl-mirror  .apart-accordion .apart-header{
    flex-direction: row-reverse;
  }

.rtl-mirror .collaborate-text .btn-serve, .healthcare-text-area .btn-serve {
    margin-left: auto;
}