.green-shape {
    position: relative;
}

.green-shape:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: var( --e-global-color-secondary );
    left: 100%;
}

@media screen and (max-width: 767px) {
  
}