.gold-text {

  background: linear-gradient(
    135deg,
    #f7eaa0,
    #f5e08e,
    #fdc538,
    #a27712
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  text-shadow:
    0 1px 1px rgba(255, 215, 120, 0.2),
    0 2px 6px rgba(0, 0, 0, 0.7);
}

.fas,
.far,
.fab {
    font-family: "Font Awesome 5 Free" !important;
    font-size: 30px;
    
}
.fab {
    font-family: "Font Awesome 5 Brands" !important;
    font-weight: 400;
}