/* Utility styles for all blocks */
.no-space-before,
.no-gap-before{
  margin-top:0 !important
}

.no-space-after,
.no-gap-before{
  margin-bottom:0 !important
}

@media screen and (max-width: 767px){
  .hide-on-mob{
    display:none
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px){
  .hide-on-tab{
    display:none
  }
}

@media screen and (min-width: 1025px){
  .hide-on-lap{
    display:none
  }
}
