.contact-info-item i:hover{
    transform: rotateY(180deg);
}
.contact-info-item i{
    transition: 1s;
}