.tcl-heading__wrapper {
  position: relative;
}
.tcl-heading__heading {
  position: relative;
}
.tcl-heading__heading * {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-size: 30px;
  color: #ffffff;
  background-color: #111111;
  position: relative;
  z-index: 1;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 1199px) {
  .tcl-heading__heading * {
    font-size: 24px;
  }
}
.tcl-heading__heading--line-on h1,
.tcl-heading__heading--line-on h2,
.tcl-heading__heading--line-on h3,
.tcl-heading__heading--line-on h4 {
  margin: 0 auto;
  text-align: center;
  padding: 0 30px;
}
.tcl-heading__heading--line-on:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1.1px;
  background-color: #444444;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) matrix(-1, 0, 0, 1, 0, 0);
      -ms-transform: translateY(-50%) matrix(-1, 0, 0, 1, 0, 0);
          transform: translateY(-50%) matrix(-1, 0, 0, 1, 0, 0);
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.05)), color-stop(48.82%, rgba(255, 255, 255, 0.8)), color-stop(91.9%, rgba(255, 255, 255, 0.8)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.8) 48.82%, rgba(255, 255, 255, 0.8) 91.9%);
  opacity: 0.5;
}
.tcl-heading__heading--line-on:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 1.1px;
  background-color: #444444;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.05)), color-stop(48.82%, rgba(255, 255, 255, 0.8)), color-stop(91.9%, rgba(255, 255, 255, 0.8)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.8) 48.82%, rgba(255, 255, 255, 0.8) 91.9%);
  opacity: 0.5;
}
.tcl-heading__heading h1 {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 600;
  font-size: 50px;
}
@media (max-width: 1199px) {
  .tcl-heading__heading h1 {
    font-size: 32px;
  }
}

.tcl-section--light .tcl-heading__heading * {
  color: #111111;
  background-color: #ffffff;
}
.tcl-section--light .tcl-heading__heading::after {
  background: -webkit-gradient(linear, right top, left top, from(rgba(17, 17, 17, 0.05)), color-stop(48.82%, rgba(17, 17, 17, 0.8)), color-stop(91.9%, rgba(17, 17, 17, 0.8)));
  background: linear-gradient(270deg, rgba(17, 17, 17, 0.05) 0%, rgba(17, 17, 17, 0.8) 48.82%, rgba(17, 17, 17, 0.8) 91.9%);
}
.tcl-section--light .tcl-heading__heading::before {
  background: -webkit-gradient(linear, right top, left top, from(rgba(17, 17, 17, 0.05)), color-stop(48.82%, rgba(17, 17, 17, 0.8)), color-stop(91.9%, rgba(17, 17, 17, 0.8)));
  background: linear-gradient(270deg, rgba(17, 17, 17, 0.05) 0%, rgba(17, 17, 17, 0.8) 48.82%, rgba(17, 17, 17, 0.8) 91.9%);
}

@media (max-width: 991px) {
  .tcl-heading__heading {
    margin-bottom: 15px;
  }
  .tcl-heading__heading h2 {
    max-width: 100%;
  }
  .tcl-heading__heading--line-on:before {
    display: none;
  }
  .tcl-heading__heading--line-on:after {
    width: 175%;
    right: auto;
    left: 0;
    top: calc(100% + 15px);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}