.header-section {
  padding: 14px 0px;
  border-bottom: 2px solid #191919;
}
.header-links ul {
  display: flex;
  justify-content: space-between;
}
.header-links ul li a {
  color: #8f8f8f;
  font-size: 16px;
  line-height: 18px;
  padding: 14px 15px;
}
.header-links ul li a:first-child {
  padding: 14px 0px;
}
.header-links ul li a.active {
  color: #191919;
  font-weight: 600;
}
