.sd-navbar {
  display: flex;
}
.sd-navbar-large {
  justify-content: center;
  .sd-navbar-item {
    flex: 1;
    text-align: center;
    .sd-navbar-value {
      margin-right: 0;
      padding: 0 32px 24px 32px;
    }
  }
}
// .sd-navbar-item{

// }
.sd-navbar-value {
  display: inline-block;
  margin-right: 40px;
  font-size: 38px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  line-height: 53px;
  padding-bottom: 8px;
  border-bottom: 6px solid inherit;

  &.sd-navbar-active {
    color: rgba(0, 0, 0, 0.85);
    border-bottom: 6px solid #c69c6d;
  }
}
