.tcl-heading__heading {
  margin-bottom: 30px;
}
.tcl-heading__heading * {
  font-family: "Quicksand";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  font-weight: 600;
  font-size: 40px;
  color: #001d18;
  text-align: center;
}
@media (max-width: 1199px) {
  .tcl-heading__heading * {
    font-size: 24px;
  }
}
.tcl-heading__subheading {
  font-family: "Quicksand";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  font-weight: 600;
  font-size: 27px;
  text-align: center;
  font-weight: 400;
  color: #282a3e;
}
@media (max-width: 1199px) {
  .tcl-heading__subheading {
    font-size: 18px;
  }
}