@media(max-width:860px){
  .hero-grid{grid-template-columns:1fr !important;}
  .blueprint-wrap{order:-1;transform:scale(0.85);}
  .stat-strip{grid-template-columns:repeat(2,1fr) !important;}
  .stat:nth-child(2){border-right:none !important;}
  .process-grid{grid-template-columns:1fr 1fr !important;}
  .swatch-grid{grid-template-columns:1fr !important;}
  .room-grid{grid-template-columns:repeat(2,1fr) !important;}
  .why-grid{grid-template-columns:repeat(2,1fr) !important;}
  .quote-grid{grid-template-columns:1fr !important;}
  .footer-grid{grid-template-columns:1fr 1fr !important;}
  section{padding:60px 0 !important;}
  .service-grid{grid-template-columns:1fr !important;}
}
@media(max-width:560px){
  .stat-strip{grid-template-columns:1fr 1fr !important;}
  .process-grid{grid-template-columns:1fr !important;}
  .room-grid{grid-template-columns:1fr !important;}
  .why-grid{grid-template-columns:1fr !important;}
  .footer-grid{grid-template-columns:1fr !important;}
  .hero{padding:60px 0 50px !important;}
  .wrap{padding:0 20px !important;}
  .nav{padding:14px 20px !important;}
}
@media(min-width:861px) and (max-width:1100px){
  .service-grid{grid-template-columns:1fr 1fr !important;}
  .process-grid{grid-template-columns:1fr 1fr !important;}
}
