.inspiration_hero_section .colgroup-wrap{gap:50px;}
.inspiration_hero_section .col{width:100%;max-width:calc(33.33% - 50px * 2 / 3);}
.inspiration_hero_section .page-section-header p{font-weight:300;}
.inspiration_hero_section .col-contentn{padding-top:15px;}
.inspiration_hero_section .col-contentn h4{margin:0px;font-size:14px;}

@media only screen and (max-width:989px){
  .inspiration_hero_section .col{width:100%;max-width:calc(50% - 50px / 2);}
}

@media only screen and (max-width:749px){
  .inspiration_hero_section .colgroup-wrap{gap:20px;}
  .inspiration_hero_section .col{width:100%;max-width:calc(50% - 20px / 2);}
  .inspiration_hero_section .col-contentn h4{font-size:12px;}
  .inspiration_hero_section .col-contentn{padding-top:5px;}
  .inspiration_hero_section .page-section-header p{font-size:12px;margin-top:5px;}
}












