header {
    background: white !important;
}

.nav-block__primary ul li a {
    text-transform: none;
}

.nav-block__primary ul {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.nav-block__primary > ul li:nth-child(1) a:hover {
    color: white;
    background: #1FA22E;
}

.nav-block__primary > ul li:nth-child(2) a:hover {
    color: white;
    background: #97BE0C;
}

.nav-block__primary > ul li:nth-child(3) a:hover {
    color: white;
    background: #F29400;
}

.nav-block__primary > ul li:nth-child(4) a:hover {
    color: white;
    background: #97BE0C;
}

.nav-block__primary > ul li:nth-child(5) a:hover {
    color: white;
    background: #1FA22E;
}

.nav-block__primary li a {
    color: white;
    padding: 16px 22px;
    font-family: "Poppins", Helvetica, Arial, sans-serif !important;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    display: block;
    line-height: normal;
}