.content_contact > ul>li{
    list-style: none;
}

.content_contact > ul>li>span>img{
    height: 18px;
}

.list-menu-left > ul > li > a{
    text-transform: uppercase;
    transition: 1s;
}

.list-menu-left > ul > li > a:hover{
    font-weight: 700;
    text-decoration: none;
    color: #122045;
}