.header__logo--text {
  background: linear-gradient(135deg, #2D2620 0%, #DB9B25 50%, #A0BE34 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}