Glad to hear that!
It's background set for the last item:
@media (min-width: 1200px) {
.t4-megamenu .mega.full-width div.mega-dropdown-inner.mega-dropdown-inner > .row > div:last-child:before {
background: linear-gradient(-180deg, #D2DDFA 0%, #F9F6FF 100%);
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 2000px;
}
}