.rts__section__title {
  position: relative;
}

.rts__section__title.gradient-text {
  background: -webkit-gradient(linear, left bottom, left top, from(#888888), color-stop(75%, #ffffff));
  background: linear-gradient(0deg, #888888 0%, #ffffff 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.3;
  font-weight: 700;
}

.rts__section__subtitle {
  position: relative;
  font-weight: 500;
  display: inline-block;
  font-family: var(--e-global-typography-text-font-family);
  padding: 2px 10px;
  font-size: 15px;
  background: rgba(16, 60, 59, 0.05);
  text-transform: capitalize;
  line-height: 1.5em;
  border-radius: 2px;
  margin-bottom: 20px;
}

.rts__section__subtitle::before {
  content: "[";
  position: absolute;
  color: var(--e-global-color-primary);
  font-weight: 700;
  left: 0;
}

.rts__section__subtitle::after {
  content: "]";
  position: absolute;
  color: var(--e-global-color-primary);
  font-weight: 700;
  right: 0;
}

.rts__section__description {
  font-size: 18px;
  line-height: 32px;
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 30px;
}

.wow {
  visibility: hidden;
}

/* WOW.js Animation Styles */
/*# sourceMappingURL=heading.css.map */