/* Section-subtitle
-----------------------------------------*/
.menu-snw-subtitle {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.menu-snw-subtitle h4 {
  position: relative;
  line-height: 15px;
  font-size: 16px;
  letter-spacing: 1.2px;
  z-index: 2;
  margin-bottom: 0;
}

.menu-snw-subtitle:after {
  content: '';
  position: absolute;
  background: #7ED957;
  width: 100%;
  height: 45%;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.menu-snw-subtitle.white h4 {
  color: #fff;
}

.white.menu-snw-subtitle:after {
  opacity: 0.6;
}