

.uc-test-link a {
    color: #000000; /* Исходный цвет ссылки */
    transition: all 0.3s ease; /* Плавность перехода */
    text-decoration: underline; /* Подчеркивание по умолчанию */
}

.uc-test-link a:hover {
    color: #4b6d86 !important; /* Цвет при наведении */
    text-decoration: none; /* Убрать подчеркивание при наведении */
}
uc-test-link-main a {
    color: #000000; /* Исходный цвет ссылки */
    transition: all 0.3s ease; /* Плавность перехода */
    text-decoration: underline; /* Подчеркивание по умолчанию */
}

.uc-test-link-main a:hover {
    color: #4b6d86 !important; /* Цвет при наведении */
    text-decoration: none; /* Убрать подчеркивание при наведении */
}
.uc-therapy a {
    color: #000000; /* Исходный цвет ссылки */
    transition: all 0.3s ease; /* Плавность перехода */
    text-decoration: underline; /* Подчеркивание по умолчанию */
}
.uc-therapy a:hover {
    color: #4b6d86 !important; /* Цвет при наведении */
    text-decoration: non
}
