* {
  box-sizing: border-box;
}

body {
    direction: ltr !important;
}

.e-con {
    --text-align: left;
}

@media (max-width: 768px) {
  html, body {
    overflow-x: hidden !important;
  }
}