.react-heading .title {
  font-size: 42px;
  line-height: 1.35;
  margin: 0; }
  @media (max-width: 1200px) {
    .react-heading .title {
      font-size: 30px; } }
  @media (max-width: 767px) {
    .react-heading .title {
      font-size: 24px; } }
  .react-heading .title .stroke_text {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    letter-spacing: 3px; }
  .react-heading .title .thin {
    font-weight: 500; }
.react-heading .heading_border_yes::before {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: -15px;
  left: 0;
  background: var(--e-global-color-primary); }
.react-heading .heading_border_yes::after {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  position: absolute;
  bottom: -15px;
  left: 50px;
  background: var(--e-global-color-primary); }
.react-heading .watermark {
  font-size: 150px;
  position: absolute;
  font-weight: 900;
  letter-spacing: 0;
  z-index: -1;
  min-width: max-content;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.1019607843);
  line-height: 1;
  margin: 0;
  left: -90px;
  top: -65px; }
  .react-heading .watermark::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.8855917367) 0%, rgba(255, 255, 255, 0.6082808123) 35%, rgba(255, 255, 255, 0) 100%); }
.react-heading .sub-text {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--e-global-color-primary);
  margin: 0;
  margin-bottom: 25px;
  letter-spacing: 2px;
  border-bottom: 2px solid #333; }
  @media (max-width: 1200px) {
    .react-heading .sub-text {
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .react-heading .sub-text {
      margin-bottom: 10px; } }
