/* IRONFORM — site-specific overrides */

/* Home page featured projects — asymmetric 12-col grid */
@media (min-width: 768px) {
  .home-featured-grid > article:nth-child(1) {
    grid-column: span 7;
    height: 520px !important;
  }
  .home-featured-grid > article:nth-child(2),
  .home-featured-grid > article:nth-child(3) {
    grid-column: span 5;
    height: 250px !important;
  }
}
