.navbar .nav-link {
 margin-left: 35px;
}
.nav-link {
 font-weight: 400;
 font-size: 16px;
 line-height: 120%;
 letter-spacing: 0.005em;
 color: #515151;
}
.nav-link.active {
 color: #c7923e !important;
}
.navbar .btn-outline-success {
 height: 40px;
 width: 159px;
 height: 56px;
 white-space: nowrap;
 background: #c7923e;
 border-radius: 8px;
 font-weight: 600;
 font-size: 16px;
 line-height: 120%;
 text-align: center;
 letter-spacing: 0.005em;
 color: #ffffff;
 border: none;
}
@media (max-width: 991px) {
 .navbar {
  padding: 20px 0;
  position: relative;
  width: 100%;
  left: 0;
 }
 .navbar .nav-link {
  margin-left: 0;
 }
 .navbar-nav {
  margin-top: 40px;
 }
}
@media (max-width: 767px) {
 .navbar-brand > img {
  width: 120px;
 }
}
