.service-type:hover {
    cursor: pointer;
}

.active-service {
    color: #fff !important;
}

.service-article {
    display: none;
}

.show-article {
    display: block;
}

.useful-link:hover {
    color: blue;
}