/* Nav */
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 40px;
  padding: 39px 0;
  border-bottom: 1px solid #000000;
  border-radius: 0px;
}
@media (max-width: 799px) {
  .nav {
    margin: 0 12.5px;
  }
}
