.article {
    display: flex;
    justify-content: space-between;
    margin: 0 350px;
    padding: 30px 0;
    align-items: center;
    border-bottom: 2px solid #858E8A;
}

.tel {
    font-family: "Ubuntu" , sans-serif;
    font-weight: 300;
    color: #858E8A;
    letter-spacing: 0.04em;
    margin: 0 0 8px;
    text-align: right;
}

.tel-text {
    margin: 0 0 8px;
    font-size: 14px;
}


.tel-link {
    color: #2C332F;
    text-decoration: none;
    font-weight: 500;
    text-align: right;
    transition: color 0.2s;
}

.tel-link:hover {
    color: #3596ed;
}



