.home-block
{
  padding: 10px 0 !important;
}


@media only screen and (max-width: 767px)
{
  .home-block:not(.home-block--bg):not(.home-block--main-slider)
  {
    padding: 5px 0 !important;
  }
}