
.my-text-hover {
  transition: all 0.3s ease-in-out; /* Плавность анимации */
}

.my-text-hover:hover {
  color: #CF0000 !important; /* Цвет текста при наведении */
}

