
.contact-card > div {
    margin-bottom: 13px;
    font-size: 16px;
}

.contact-card > div > a {
    cursor: pointer;
    padding: 10px 4px;
    color: rgb(96, 96, 96);
    transition: color .3s ease-in-out;
}
.contact-card > div:first-of-type > a:first-of-type {
    color: black;
}
.contact-card > div > a:hover {
    color: black;
}

.contact-card > div i {
    font-size: 17px;
    min-width: 28px;
}
.contact-card > div:first-of-type {
    margin-top: 25px;
}