.uc-switchorder .t-cl__container {
  display: flex;
  flex-direction: column;
}

.uc-switchorder .t-cl__title {
  order: 2 !important;
}
.uc-switchorder .t-cl__descr {
  order: 1 !important;
}


.uc-reverse .t-cl__container {
  display: flex !important;
  flex-direction: column !important;
}

.uc-reverse .t-cl__title {
  order: 2 !important;
  margin-top: 20px; /* можно настроить отступ */
}

.uc-reverse .t-cl__descr {
  order: 1 !important;
}
