
/* v17: one clean Hope Is Happening grid only */
.happening-grid-four{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:17px!important;
}
.happening-grid-four .happening-card{
  min-width:0!important;
}
.happening-grid-four .hope-mobile-card{border-top-color:#bd7e00!important}
.happening-grid-four .teal-tea-card{border-top-color:#118b98!important}
.happening-grid-four .breast-awareness-card{border-top-color:#c91567!important}
.happening-grid-four .liver-awareness-card{border-top-color:#4e8118!important}

@media(max-width:1050px){
  .happening-grid-four{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:820px){
  .happening-grid-four{
    grid-template-columns:1fr!important;
  }
}
