@media (max-width: 979px) {
  #customblocks_block_1 {
    width:32.1%;
    min-height:102px;
  }
  #customblocks_block_1 img { max-width:100px; }
  #customblocks_block_2 {
    width:32.1%;
    min-height:102px;
  }
  #customblocks_block_2 img { max-width:100px; }
  #customblocks_block_3 {
    width:32.1%;
    min-height:102px;
  }
  #customblocks_block_3 img { max-width:100px; }
  .customblocks_block .title {
    width:120px;
    font-size:14px;
    line-height:18px;
  }
  .customblocks_block .desc { display:none; }
}
@media (max-width: 767px) {
  #customblocks_block_1 { width:31.3%; }
  #customblocks_block_2 { width:31.3%; }
  #customblocks_block_3 { width:31.3%; }
}
@media (max-width: 480px) {
  .customblocks_block {
    width:100% !important;
    margin:0 0 10px !important;
  }
  .customblocks_block .title {
    width:170px;
    font-size:18px;
    line-height:20px;
  }
}
