.tcl-static_heading__wrapper {
  position: relative;
  color: white;
}
.tcl-static_heading__wrapper:after {
  content: "";
  height: 1.1px;
  width: 76%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.05)), color-stop(29.68%, rgba(255, 255, 255, 0.8)), color-stop(60.79%, rgba(255, 255, 255, 0.8)), color-stop(91.9%, rgba(255, 255, 255, 0.05)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.8) 29.68%, rgba(255, 255, 255, 0.8) 60.79%, rgba(255, 255, 255, 0.05) 91.9%);
  opacity: 0.5;
  display: block;
  left: -50%;
  position: absolute;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  margin-top: 10px;
}
.tcl-static_heading__wrapper.no-line:after {
  display: none;
}
.tcl-static_heading h1 {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 600;
  font-size: 50px;
  font-size: 50px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .tcl-static_heading h1 {
    font-size: 32px;
  }
}
.tcl-static_heading h2 {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-size: 30px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .tcl-static_heading h2 {
    font-size: 24px;
  }
}
.tcl-static_heading h3 {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-size: 20px;
  font-weight: 400;
}
.tcl-static_heading h4 {
  font-family: "Montserrat";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-size: 20px;
  font-weight: 400;
}

.tcl-section--light .tcl-static_heading__wrapper {
  color: #111111;
}
.tcl-section--light .tcl-static_heading__wrapper:after {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.05)), color-stop(29.68%, rgba(0, 0, 0, 0.8)), color-stop(60.79%, rgba(0, 0, 0, 0.8)), color-stop(91.9%, rgba(0, 0, 0, 0.05)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.8) 29.68%, rgba(0, 0, 0, 0.8) 60.79%, rgba(0, 0, 0, 0.05) 91.9%);
}