/* Lesson 3,1 — Secret 3 palette (blue) */
.story-grid{grid-template-columns:minmax(0,1fr) 420px !important;}
@media(max-width:1400px){.story-grid{grid-template-columns:minmax(0,1fr) 380px !important;}}
@media(max-width:1100px){.story-grid{grid-template-columns:minmax(0,1fr) 340px !important;}}
@media(max-width:900px){.story-grid{grid-template-columns:1fr !important;}}

@media(max-width:900px){.l31-team{grid-template-columns:1fr!important;}}

@media(max-width:900px){
  .hero-grid2{gap:0!important;}
  .hero-grid2 figure{max-width:370px;order:4;margin:0 0 22px;}
  .hero-grid2>div:first-child>p:nth-child(1){margin-bottom:10px!important;}
  .hero-grid2>div:first-child>h1{margin-bottom:14px!important;}
  .hero-grid2>div:first-child>p:nth-child(3){margin-bottom:18px!important;}
  .hero-grid2>div:first-child{display:contents;}
  .hero-grid2>div:first-child>p:nth-child(1){order:1;}
  .hero-grid2>div:first-child>h1{order:2;}
  .hero-grid2>div:first-child>p:nth-child(3){order:3;}
  .hero-grid2>div:first-child>div{order:5;}
}
@media(max-width:767px){.hero-grid2 figure{max-width:260px;}.hero-grid2 figure figcaption{font-size:.75rem;}}
