.gradient:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #FFF 0%, #FFF 23.44%, rgba(255, 255, 255, 0.00) 100%);
  }