.header {
  background: #c51515;
  padding: 30px 10px;
}

.nav-grid {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.nav-grid > a {
  max-width: 250px;
  min-width: 0;
  width: 100%;
}

.nav {
  color: #ffffff;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  grid-gap: 20px;
  justify-content: center;
}

.header-social {
  display: flex;
  grid-gap: 10px;
}
