.milstone-overlay {
    position: relative;
  }
  .milstone-overlay::before {
    content: "";
    width: 100%;
    height: 400px;
    background: #00000000;
    position: absolute;
    top: 0;
    z-index: 0;
    right: 0;
  }