.page-header {
    color: #fff;
    background: #412D6F;
    height: 60px;
}

.page-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.page-header ul {
    display: flex;
    gap: 30px;

    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}