
html,body {
  direction: ltr !important;
  text-align: left !important;
}

.section--top-right-circle::before {
  right: auto;
  left: -65px;
  transform: rotate(180deg);
}

.left-center-circle-shape::before {
  left: auto !important;
  right: -100px !important;
  transform: rotate(180deg);
}

.support__contact-form .form-control {
  direction: ltr !important;
}