.section-title2 .title2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  color: #333333;
}

.section-title2 .title2.title-icon-both::before {
  padding-right: 10px;
  content: url("/assets/images/eye_candy/title-decor-green-left.png");
}

.section-title2 .title2.title-icon-both::after {
  padding-left: 10px;
  content: url("/assets/images/eye_candy/title-decor-green-right.png");
}
@media only screen and (max-width: 1030px) {
.section-title2 .title2 {
  font-size: 22px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.section-title2 .title2 {
  font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title2 .title2 {
    font-size: 22px!important;
  }
  .section-title2 .title2::before, .section-title2 .title2::after {
    display: none !important;
  }
  h1.text-center {
  font-size: 26px;
  }
}
