/* Menu-header
-----------------------------------------*/

.menu-snw-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 20px;
}

.menu-snw-title_title {
  font-size: 27px;
  margin-bottom: 0;
  padding-left: 15px;
  position: relative;
  letter-spacing: 1px;
}

.menu-snw-title_title:before {
  content: "";
  width: 7px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #7ED957;
}

.menu-snw-title_icon {
  width: 40px;
  height: 40px;
}

.menu-snw-title_icon img {
  max-width: 100%;
  max-height: 100%;
}

.menu-snw-title.white .menu-snw-title_title {
  color: #fff;
}