.menu_items h1 a {
  color: #ffffff; /* обычный цвет */
  transition: color 0.3s ease; /* плавный переход */
}
.menu_items h1 a:hover {
  color: #00E5FF !important; /* цвет при наведении */
}
btn_consutant. div{
    transition: box-shadow 0.3s ease;
    box-shadow: 0px 30px 25px -15px rgba(0, 229, 255, 0.5);
}

btn_consutant. div:hover{
    box-shadow: 0 0 0 0 !important;
}