.modSLContact_phoneItem {
    display: block;
}


.modSLContact_phoneItem {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    transition: all .2s;
}

@media (min-width: 768px) {
    .modSLContact_phoneItem {
        font-size: 26px;
    }
}


.modSLContact_phoneItem:hover {
    text-decoration: none;
    color: #fd9232;
}

.modSLContact_mail {
    /*text-align: right !important;*/
}