/**
 * Home Page - Text Gradient
**/

.text-gradient-brand {
     -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-image: linear-gradient(135deg, #b8421e, #f4b625);
 }