#fw-section-header {
@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@500&display=swap');

.header__link {
      font-family: "Golos Text", Sans-serif;
  font-size: 20px;
    font-weight: 500 !important;
}

.header__nav {
  margin-top: 0px;
    padding-top: 0px;
}

@media screen and (min-width: 640px) {
   .header__grid.grid.grid--middle .grid__column.grid__column--3:nth-child(1) {
    display: none;
}
   .header__grid.grid.grid--middle .grid__column.grid__column--3 {
    order: 4;
}
   .header__grid.grid.grid--middle {
    position: relative;
    display: flex !important
;
    flex-wrap: nowrap !important;
    justify-content: space-between;
}
   .header__link {
    font-size: 19px;
}
   .header__grid .grid__column--6
   {
     flex-basis: 23% !important;
   }
   .header__link {
            font-size: 20px;
            color: #000;
            font-weight: 600;
        }
   .header__link:hover {
            font-size: 20px;
            color: #556B2F !important;
            font-weight: 600;
        }
 }
}