#pride-month {
 position:relative; 
}

span.pride:before{
 display:none; 
}

span.whm-home {
    position: absolute;
    top: 46px;
    left: 47px;
    font-size: 16px;
    color: #5a5a5a;
    font-weight: 700;
    -webkit-background-clip: text;
    background: linear-gradient(90deg, rgba(255,0,0,1) 6%, rgb(233 153 0) 12%, rgb(98 183 0) 15%, rgb(10 198 236) 18%, rgba(9,9,121,1) 30%, rgba(238,9,185,1) 40%);
    display: block;
    -webkit-text-fill-color: transparent;
      -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

span.whm.pride {
    position: absolute;
    top: 48px;
    left: 47px;
    font-size: 16px;
    color: #5a5a5a;
    font-weight: 700;
    -webkit-background-clip: text;
    background: linear-gradient(90deg, rgba(255,0,0,1) 6%, rgb(233 153 0) 12%, rgb(98 183 0) 15%, rgb(10 198 236) 18%, rgba(9,9,121,1) 30%, rgba(238,9,185,1) 40%);
    display: block;
    -webkit-text-fill-color: transparent;
      -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

span.whm-home.pride span {
    color: #707070;
    background: none !important;
    -webkit-text-fill-color: initial;
    position: relative;
}

span.whm.pride span {
    color: #707070;
    background: none !important;
    -webkit-text-fill-color: initial;
    position: relative;
}


span.whm-home.pride:hover {
    text-decoration: underline;
    border-bottom: 2px solid #03122a;
}


span.whm.pride:hover {
    text-decoration: underline;
    border-bottom: 2px solid #03122a;
}





