@media (max-width: 979px) {
  #customblocks_block_1 {
    width:32.1%;
    min-height:89px;
  }
  #customblocks_block_1 img { max-width:130px; }
  #customblocks_block_1 .customblocks_button { padding:5px 8px; }
  #customblocks_block_2 {
    width:32.1%;
    min-height:89px;
  }
  #customblocks_block_2 img { max-width:130px; }
  #customblocks_block_2 .customblocks_button { padding:5px 8px; }
  #customblocks_block_3 {
    width:32.1%;
    min-height:89px;
  }
  #customblocks_block_3 img { max-width:130px; }
  #customblocks_block_3 .customblocks_button { padding:5px 8px; }
  .customblocks_block .title { width:120px; }
  .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_1 { min-height:122px; }
  #customblocks_block_1 img { max-width:100%; }
  #customblocks_block_1 .customblocks_button { padding:5px 16px; }
  #customblocks_block_2 { min-height:122px; }
  #customblocks_block_2 img { max-width:100%; }
  #customblocks_block_2 .customblocks_button { padding:5px 16px; }
  #customblocks_block_3 { min-height:122px; }
  #customblocks_block_3 img { max-width:100%; }
  #customblocks_block_3 .customblocks_button { padding:5px 16px; }
  .customblocks_block {
    width:100% !important;
    margin:0 0 10px !important;
  }
  .customblocks_block .title { width:190px; }
  .customblocks_block .desc { display:block; }
}
