/* Arabic hero composition: keep the photography unmirrored and place copy on the quiet right side. */
@media (min-width: 781px) {
  .platform-hero .hero-content {
    margin-right: 0 !important;
    margin-left: auto !important;
  }

  .platform-hero .hero-shade {
    background: linear-gradient(
      270deg,
      #140b22b8 0%,
      #160d26a6 34%,
      #1b102b59 62%,
      #1b102b0a 100%
    ) !important;
  }
}
