body {
  direction: ltr;
}

.contact-section .head h3::before {
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 65%, rgb(0, 0, 0) 100%);
}

.footer-bg-wrapper .footer .links .menu-links li::before {
  transform: rotate(180deg);
}