:root {
 --starnet-bg-gradient: #11127C;
}

.newbg {
  background: var(--starnet-bg-gradient) !important;
}


.starnet_image-side::after {
background: linear-gradient(180deg, transparent 0%, #11127C 100%);
}