.header .navbar-nav .nav-link {
  color: inherit;
}

.narrow-section {
  color: #fff;
  background-image: url(./../../assets/lib/imgs/pattern-design--blue.webp);
  background-repeat: repeat;
  background-position: top center;
  padding: 30px 15px 15px;
  margin: 40px auto;
}

.narrow-section .menu-title,
.narrow-section .section-name,
.narrow-section .item .item-name {
  font-weight: 400 !important;
}

@media (min-width: 768px) {
  .narrow-section {
    padding: 40px 25px 25px;
    margin: 50px auto;
  }
}

@media (min-width: 992px) {
  .narrow-section {
    margin: 70px auto;
  }
}

@media (min-width: 1400px) {
  .narrow-section {
    padding: 60px 40px 30px;
    margin: 100px auto;
  }
}
