.modSLContact_phoneItem {
    display: block;
}


.modSLContact_phoneItem {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    transition: all .2s;
}


.modSLContact_phoneItem:hover {
    text-decoration: none;
    color: #fd9232;
}

.modSLContact_mail {
    /*text-align: right !important;*/
}