
.section-title-2 {
  position: relative;
  z-index: 99;
  margin: 30px 0px 0px 0px;
}
@media (max-width: 767px) {
  .section-title-2 {
    margin: 110px 0px 0px 0px;
  }
}
.section-title-2 span {
  color: var(--theme);
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}
.section-title-2 span.color-style {
  color: var(--theme);
}
.section-title-2 h2 {
  text-transform: none;
}
.section-title-2.style-2 span {
  color: var(--theme2);
  text-decoration: none;
  letter-spacing: 0;
}
.section-title-2.style-2 h2 {
  text-transform: uppercase;
}
.section-title-2.style-2 h2 span {
  color: var(--theme2);
  letter-spacing: 0;
  text-decoration: none;
}