
.footer-block {
  text-align: center;
  position: relative;
  color: #1C1C1C;
}
.hero-inner {
  max-width: 1160px;
  margin: 0 auto;
}
.footer-block .hero-heading {
  max-width: 1000px;
  font-size: 54px;
  font-weight: 500;
  margin: 0 auto;
  line-height: 62px;
  color: #2C180D;
}
.footer-block .hero-subheading {
  max-width: 950px;
  font-size: 18px;
  font-weight: 500;
  color: #554C46;
  margin: 0 auto 10px;
  line-height: 1.6;
}
.footer-btn {
  background-color: #D9521E;
  color: #fff;
  padding: 16px 30px;
  border-radius: 32px;
  text-decoration: none;
  transition: background 0.3s ease;
  margin-top: 35px;
  margin-bottom: 0;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.footer-btn i {
  rotate: -47deg;
  font-size: 22px;
  margin-left: 18px;
}
.footer-btn:hover {
  background-color: #bb4015;
  color: #ffff !important;
  transform: translateX(0) !important;
  opacity: 0.85;
}

@media (max-width:991px) {
  .hero-heading { font-size: 32px; }
  .hero-subheading { font-size: 16px; }

}