.service-icon{
    margin: 1rem;
    cursor: pointer;
}

.service-icon.disabled{
    filter: grayscale(100%);
    cursor: not-allowed;
}