/* ==========================================================================
   06 RESPONSIVE
   ========================================================================== */
@media (max-width:1024px){
  .cbp-wrapper{ grid-template-columns:repeat(2,1fr) !important; }
}
@media (max-width:600px){
  .cbp-wrapper{ grid-template-columns:1fr !important; }
}
@media (max-width:768px){
  .mh-marquee .elementor-icon-list-item{ padding:9px 14px; }
}
