.gradient {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg,#71ad29,#006581 60%,rgba(147, 252, 98, 0.68) 97%,rgba(185,157,74,.6));
    -webkit-background-clip: text;
    background-clip: text;
}

.custom-font-size-1 {
    font-size: 1.1em !important;
}