.rts__section__title {
  position: relative;
  font-weight: 600;
}

.rts__section__subtitle {
  position: relative;
  font-weight: 500;
  display: inline-block;
  font-family: var(--e-global-typography-secondary-font-family);
  padding: 6px 0 3px 0;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 24px;
  border-radius: 3px;
  margin-bottom: 20px;
  letter-spacing: 10px;
}
.rts__section__subtitle::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background: var(--primary-color);
  left: 0;
  bottom: 0;
}
.rts__section__subtitle::after {
  content: "";
  position: absolute;
  bottom: auto;
  left: auto;
  top: 0;
  right: 0;
  width: 50%;
  height: 2px;
  background: var(--primary-color);
}

.rts__section__description {
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 30px;
}

.wow {
  visibility: hidden;
}

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