.aghd-title span{
    background:none !important;

    background-image: linear-gradient(
        90deg,
        #8d6b3f 0%,
        #c8a979 20%,
        #f2e0bc 45%,
        #b89263 70%,
        #fff1d4 100%
    ) !important;

    -webkit-background-clip:text !important;
    background-clip:text !important;
    -webkit-text-fill-color:transparent !important;
    color:transparent !important;

    text-shadow:
    0 0 15px rgba(255,230,190,.25);
}