.custom-hero-text-gradient{
    --bg-size: 400%;
    /* --color-one: #6097d0; */
    --color-two: #f68632;
    --color-one:#fcd98f;
    background: linear-gradient(90deg, var(--color-one), var(--color-two), var(--color-one)) 0 0/var(--bg-size) 100%;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    animation: move-bg 24s infinite linear;  
}


h3{
    color: #5f5f5f !important;
    font-weight: 400;
}

img{
    max-width: 100%;
    height: auto;
}

.col-6{
    text-wrap: nowrap;
    padding: 25px 50px;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
}

li{
    text-wrap: nowrap;
}

