.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding-top: 30px;
    padding-bottom: 30px;
    gap: 10px;

    border-bottom: 1px solid #d3cbd9
}

.phone {
    font-weight: 300;
    font-size: 14px;

    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: right;
    color: #858E8A;
}

.phone p {
    margin-bottom: 8px;
}

.phone a {
    font-weight: 500;
    font-size: 18px;
    color: #2C332F;
    transition: color .2s;
}
.phone a:hover {
    color: #3596ed;
}