/* AeroJatim Home v343 — CTA baseline, mobile title placement. */

/* Every event CTA must share the same bottom baseline even when titles/descriptions differ. */
.home-v343 .featured-events .event-content,
.home-v343 .featured-events .navy-card .event-content{
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
}
.home-v343 .featured-events .event-cta{
  margin-top:auto!important;
  flex:0 0 auto!important;
}

/* On phones lower PORTAL / AEROMODELLING JAWA TIMUR a little more. */
@media (max-width:760px){
  .home-v343 .aero-hero .hero-grid{
    padding-top:166px!important;
  }
  .home-v343 .aero-hero .hero-copy{
    padding-top:28px!important;
  }
}
@media (max-width:430px){
  .home-v343 .aero-hero .hero-grid{
    padding-top:174px!important;
  }
  .home-v343 .aero-hero .hero-copy{
    padding-top:30px!important;
  }
}
