.nav-block__primary .menu-item a {
    color: black;
}

.hero .content h2 {
    color: black;
    text-transform: none;
}

.header-plain-bg {
    height: 300px;
    /*background: white !important;*/
}

@media (max-width: 1200px) {
    .header-plain-bg {
        height: 100px;
    }
}

@media (min-width: 1000px) {
    .nav-block {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}