/* Эффект при наведении на саму .t497__item (включает иконку, заголовок, описание) */
.t497__item:hover {
  transform: scale(1.05);
  z-index: 2;
  cursor: pointer;
}
.uc-zoom-text {
  transition: transform 0.3s ease;
  will-change: transform;
  display: inline-block;
}

.uc-zoom-text:hover {
  transform: scale(1.05);
  cursor: pointer;
  z-index: 2;
}