/* only small desktops */
@media (min-width: 992px) and (max-width: 1199px) {


  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 10px;
  }

}

/* tablets */
@media (max-width: 991px) {
  .container {
    max-width: none !important;
    width: 100% !important;
    --bs-gutter-x: none !important;

  }

}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {}

/* mobile or only mobile */
@media (max-width: 767px) {

  .ulCommittee {
    width: 100% !important;
  }

  .ulCommittee>li {
    width: 100% !important;
  }

  .timeline::before {
    left: .5em;
  }

  .timeline-event-icon {
    left: .5em;
  }

  .timeline-event-copy {
    left: 0.2em !important;
  }

}

@media (max-width: 576px) {
  .news {
    border-left: none !important;
  }

  .logo {
    text-align: center !important;
  }

  .contents {
    padding-bottom: 10px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {}