#home .hero > .card,
#home .hot-market-card{
  display:flex!important;
  flex-direction:column!important;
}

#home .hotmarket-cta{
  margin-top:90px!important;
  padding-top:30px!important;
  border-top:1px solid rgba(255,255,255,.06)!important;
  text-align:center!important;
}

#home .hotmarket-cta .btn{
  min-width:220px!important;
  height:52px!important;
}

@media(max-width:768px){
  #home .hotmarket-cta{
    margin-top:60px!important;
    padding-top:24px!important;
  }
}
