.item-contact{
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 0.5rem;
}
.item-contact img{
    margin-right: 0.5rem;
    max-width: 26px;
    max-height: 26px;
}
.item-contact span{
    font-weight: 300;
}