a.service-card {
    text-decoration: none;
    color: inherit;
}

.service-icon {
    overflow: hidden;
    display: flex;
}

.service-icon img {
    width: 100%;
    flex-shrink: 0;
    transition: transform 2s ease-in-out;
}