:root {
  --header-height: 80px;
}
@media (max-width: 1199px) {
  :root {
    --header-height: 60px;
  }
}

.tcl-heading-separator__content {
  position: relative;
  position: relative;
  text-align: center;
  width: 100%;
  margin: 50px 0;
}
.tcl-heading-separator__content > * {
  padding: 0 90px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .tcl-heading-separator__content > * {
    padding: 0 20px;
  }
}
.tcl-heading-separator__content:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% - 30px);
  height: 1px;
  background: #000;
}
.tcl-heading-separator__heading {
  font-size: 32px;
  line-height: 37px;
  font-weight: 700;
  background: #fff;
  position: relative;
  z-index: 111;
  width: auto;
  display: inline-block;
  font-weight: 400;
}