.header {
    background-color: #FFF;
    box-shadow: 0px 0px 10px rgba(26, 26, 26, 0.1);
    font-weight: 700;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 2;
}

.header .container {
    align-items: center;
    display: flex;
    height: 100px;
}

.header nav {
    margin-left: auto;
}

.header ul {
    display: flex;
}

.header li:not(:last-child) {
    margin-right: 30px;
}

.header .current-menu-item {
    color: #A32027;
}

.header li a {
    display: flex;
    flex-direction: row-reverse;
}

.header li svg {
    margin-right: 12px;
    position: relative;
    top: 1px;
}
