@media(max-width:560px){
  .hero{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:75vh!important;
  }
  .hero .container,
  .hero-content{
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
  }
  .hero .btn{
    width:auto!important;
    min-width:170px!important;
    max-width:220px!important;
    padding:12px 18px!important;
    align-self:flex-start!important;
  }
}
