h1.dcm_gradient_title,
.dcm_gradient_title .w-text-value {
    color: #ffedb3;
    background-image: linear-gradient(180deg, #c3fc26 15%, #ddff45 35%, #edff69 40%, #aafc26 75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    z-index: 2;
    filter: drop-shadow(2px 4px 9px rgba(0, 0, 0, .65));
}