.appetizer-title {
 text-transform: uppercase;
 font-weight: 700;
 background: linear-gradient(to right, #ffea00, #ff8800);
 background-clip: text;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}