.navbar {
  background: #f5f1ee;
  box-shadow: 0px 1px 10px rgba(0, 10, 10, 0.1);
}
.navbar-brand{
    max-width: 250px;
  }
.nav-link:hover{
  text-decoration: underline;
  text-underline-offset: 5px;
} 
.dropdown-menu.columns-2 {
  min-width: 800px;
}
.dropdown-menu li a {
  padding: 5px 15px;
  font-weight: 300;
}
.multi-column-dropdown {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.multi-column-dropdown li a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: #333;
  white-space: normal;
}
.multi-column-dropdown li a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f1ee;
}
.font--overline-S{
    line-height: 1.4;
    letter-spacing: 0.07em;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}
 .feature-background{
  background-color: #f8faff!important;
 }
@media (max-width: 767px) {
  .dropdown-menu.multi-column {
    min-width: 240px !important;
    overflow-x: hidden;
  }
}
@media(max-width: 600px) {
  .navbar-brand{
      max-width: 200px;
    }
  }
@media(max-width: 380px) {
    .navbar-brand{
      max-width: 150px;
    }
  }