.header nav li a, .footer__logo-wr li a { text-transform: uppercase;padding: 1rem 1rem 1.2rem 1rem; }
.footer__list h4 { text-transform: uppercase; }
.footer__lists {
    margin: 0 12.6rem;
}

.special-btn {
  border:1px solid #BA6F2C !important;
  transition:all .3s ease !important;
  background: transparent !important;
}
.special-btn:hover {
  background: #BA6F2C !important;
}
.text-img__text ul {
    max-width: 38rem;
}
.btn {
  padding: .4rem 1.6rem .5rem;
}
.footer__logo img {
    margin-left: -10px;
}
.hero h1 {
  color: #FFF;
}
.footer__main {
    padding: 2% 0;
}
@media screen and (max-width: 1280px){
  .step-item {
      max-width: 20.6rem;
      min-height: 18.9rem;
      padding: 2.8rem 2.4rem 1.6rem 2.4rem;
  }
  .steps-section__item:nth-child(8) {
    right: 0%;
  }
}
