section#home-step {
  border: solid #0B0A0A;
  border-width: 0 0 1px 0;
  margin-top: 1rem;
}
section#home-step ul.menu li {
  display: inline-block;
}
section#home-step ul.menu li.divider {
  padding: 0.5rem;
}
section#home-step ul.menu li.divider i {
  font-size: 2rem;
}
section#home-step ul.menu li a {
  padding: 1rem 0.5rem;
  background-color: #de9e48;
  background: -webkit-gradient(linear, left top, left bottom, from(#de9e48), to(#a36a1d));
  background: -webkit-linear-gradient(top, #de9e48, #a36a1d);
  background: -moz-linear-gradient(top, #de9e48, #a36a1d);
  background: -ms-linear-gradient(top, #de9e48, #a36a1d);
  background: -o-linear-gradient(top, #de9e48, #a36a1d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section#home-step ul.menu li a i {
  background-color: #de9e48;
  background: -webkit-gradient(linear, left top, left bottom, from(#de9e48), to(#784e15));
  background: -webkit-linear-gradient(top, #de9e48, #784e15);
  background: -moz-linear-gradient(top, #de9e48, #784e15);
  background: -ms-linear-gradient(top, #de9e48, #784e15);
  background: -o-linear-gradient(top, #de9e48, #784e15);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
