/* Section-text
-----------------------------------------*/

.snw-text_title {
  font-size: 26px;
  position: relative;
  margin-bottom: 0px;
}

.snw-text_title:before {
  content: "";
  width: 33px;
  height: 8px;
  background: #7ED957;
  display: inline-block;
  position: relative;
  top: -4px;
  margin-right: 5px;
}

.snw-text_text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.73);
  padding-left: 45px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}


/* Align Center
-----------------------------------------*/
.aligncenter.snw-text {
  text-align: center;
}



.aligncenter .snw-text_title {
  font-size: 26px;
  padding-right: 43px;
  padding-left: 43px;
  display: inline-block;

}

.aligncenter .snw-text_title:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  max-width: 33px;
  width: 100%;
  height: 8px;
  background: #7ED957;
}

.aligncenter .snw-text_title:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  max-width: 33px;
  width: 100%;
  height: 8px;
  background: #7ED957;
}

.aligncenter .snw-text_text {
  padding-left: 0;
  text-align: center;
}


/* Section-text white
-----------------------------------------*/
.white .snw-text_title {
  color: #fff;
}

.white .snw-text_text {
  color: #fff;
}