@media (max-width: 991px) {
  .header-page .navbar-nav {
    text-align: center;
  }
  .header-page .navbar-nav li {
    margin: 15px 0;
  }
}
@media (max-width: 768px) {
  .section-view h1 {
    font-size: 30px !important;
  }
  .section-view h1.bg-2, .section-view h1.bg-1 {
    background-size: contain !important;
  }
  .section-view.section-with-background-1 {
    background-size: 100% !important;
  }
  .d-section_5 .sec {
    -ms-flex-order: 1;
    order: 1;
    margin-top: 15px;
  }
}
@media (max-width: 576px) {
  .b-list-link {
    text-align: center;
  }
  .section-view.section-with-background-2 {
    background-size: cover;
  }
}

/*# sourceMappingURL=media.css.map */
