.tcl-seo-text__wrapper {
  position: relative;
}
.tcl-seo-text__heading {
  margin-bottom: 15px;
}
.tcl-seo-text__heading * {
  font-family: "Quicksand";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  font-weight: 600;
  font-size: 40px;
  color: #001d18;
}
@media (max-width: 1199px) {
  .tcl-seo-text__heading * {
    font-size: 24px;
  }
}
.tcl-seo-text__subheading {
  font-family: "Quicksand";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  font-weight: 500;
  font-size: 21px;
  color: #282a3e;
}
.tcl-seo-text__text {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #001d18;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .tcl-seo-text__text {
    margin-top: 30px;
  }
}
.tcl-seo-text__text a {
  color: #8f000a;
}
.tcl-seo-text__text p {
  margin-top: 0px;
  margin-bottom: 26px;
}
.tcl-seo-text__text p:last-child {
  margin-bottom: 0;
}