/* block top links */
#header_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 24px;
  width: 100%;
  line-height: 24px;
  margin-bottom: 0;
  overflow-y: hidden;
  font-size: 14px;
}
#header_links li {
  margin-left: 16px;
}
#header_links li:last-of-type {
  margin-left: 0;
}
@media (max-width: 379.98px) {
  #header_links li:last-of-type {
    display: none;
  }
}
@media (max-width: 991.98px) {
  #header_links {
    justify-content: start;
  }
}
