/* ZWars Hero Spacing Fix */
.hero.hero-manset{
  padding:34px 0 30px !important;
  gap:24px !important;
}
.hero-center{
  max-width:1380px !important;
  padding-top:8px !important;
  padding-bottom:8px !important;
}
.hero-title.hero-title-inline{
  margin:8px 0 14px !important;
  line-height:1 !important;
}
.hero-center .lead{
  margin:0 auto 16px !important;
  line-height:1.32 !important;
}
.hero-center .hero-actions{
  margin:16px 0 8px !important;
}
.live-card.hero-side-left,
.zwars-live-chat.hero-side-right{
  margin-top:8px !important;
}
@media (max-width: 900px){
  .hero.hero-manset{
    padding:24px 0 24px !important;
  }
  .hero-center{
    padding-top:4px !important;
    padding-bottom:4px !important;
  }
}