@media (max-width: 640px) {
  /* 20px между блоками = 10/10 */
  .t-rec.uc-mob-pad-20 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  /* при желании оставь и другие пресеты */
  .t-rec.uc-mob-pad-10 { padding-top: 5px !important;  padding-bottom: 5px !important; }
  .t-rec.uc-mob-pad-30 { padding-top: 15px !important; padding-bottom: 15px !important; }
  .t-rec.uc-mob-pad-40 { padding-top: 20px !important; padding-bottom: 20px !important; }
}