.sticky-container {
  right: auto;
  left: 0;
}

.sticky-container .sticky-link {
  transform: translate(-170px, 0px);
}

.sticky-container .sticky-link .sticky-icon {
  margin-right: 0px;
  margin-left: 10px;
}

.sticky-container .sticky-link:hover {
  transform: translate(-10px, 0px);
}

.sub-title::before {
  margin-right: auto;
  margin-left: 0.7rem;
}

.arrow,
.top-arrow {
  transform: scaleX(-1);
}

.me-3 {
  margin-left: 1rem !important;
  margin-right: auto !important;
}

/* Added later in new batitherm */

.padding-hero {
  padding: 0 15% 0 40%;
}

.next-prdcts, .prev-prdcts, .next-testimonial, .prev-testimonial {
  rotate: 180deg;
}

.text-reverse {
  direction: ltr;
  text-align: end;
}

.contact-infos::before {
  right: 89%;
}

/* Added later in new batitherm */

@media (min-width: 992px) {
  .me-lg-3 {
    margin-left: 1rem !important;
    margin-right: auto !important;
  }
}

@media (min-width: 1400px) {
  .me-xxl-3 {
    margin-left: 1rem !important;
    margin-right: auto !important;
  }
}
