
.uc-headingradient {
        background: linear-gradient(45deg, #055e69 0%, #129ca2 50%, #07b8e1 100%);
        background: -webkit-linear-gradient(45deg, #055e69 0%, #129ca2 50%, #07b8e1 100%);
        -webkit-background-clip: text;
        -moz-background-clip: text;
        -webkit-text-fill-color: rgba(255, 255, 255, 0); 
        -moz-text-fill-color: rgba(255, 255, 255, 0);
}

.gradient .tn-atom {
    display: inline;
}
