/*Скрываем на разных брекпоинтах блок*/
@media (max-width: 1023px) {
.uc-service_desc {
    display: none !important;
}
}

@media (min-width: 1024px) {
  .uc-service_mob {
    display: none !important;
  }
}