.tt-footer-widget-heading {
    margin-bottom: 34px;
    text-transform: capitalize;
    font-family: var(--tt-alter-font);
    font-size: clamp(38px, 4vw, 58px);
    font-weight: 600;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, rgb(245, 228, 145) 0%, rgb(202, 151, 75) 35%, rgb(245, 228, 145) 70%, rgb(202, 151, 75) 100%) text;
}