.aboutUs {
  position: relative;

  overflow-y: visible;

  [class~="image"] {
    position: absolute;
    top: 0;
    right: -190px;
    top: -155px;
    overflow: hidden;

    width: 59.75375rem;
    height: 61.494375rem;

    z-index: -1;

    transform: scale(80%);

    [dir="rtl"] & {
      right: unset;
      left: -190px;

      img {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
      }
    }
  }
}
