.sd-block-title .sd-block-title-htag {
  word-break: keep-all;
  color: #212325;
}
.sd-block-title .sd-block-title-htag span {
  z-index: 2;
  display: inline-block;
  position: relative;
}
.sd-block-title .sd-block-title-htag span:not(:last-child) {
  margin-right: 15px;
}
.sd-block-title .sd-block-title-htag .title-background {
  position: relative;
  z-index: 1;
  color: #FFF;
  margin: 0 15px;
}
.sd-block-title .sd-block-title-htag .title-background svg {
  position: absolute;
  height: 100%;
  width: calc(100% + 30px);
  color: #84c44c;
  z-index: -1;
  left: -15px;
  right: -15px;
}
.sd-block-title .sd-block-title-htag.font-xlarge {
  font-size: 60px;
  line-height: 70px;
}
.sd-block-title .sd-block-title-htag.font-large {
  font-size: 40px;
  line-height: 50px;
}
.sd-block-title .sd-block-title-htag.font-middle {
  font-size: 25px;
  line-height: 30px;
}
.sd-block-title .sd-block-title-htag.font-small {
  font-size: 20px;
  line-height: 30px;
}
.sd-block-title .sd-block-title-htag.align-left {
  text-align: left;
  justify-content: left;
}
.sd-block-title .sd-block-title-htag.align-center {
  text-align: center;
  justify-content: center;
}
.sd-block-title .sd-block-title-htag.align-right {
  text-align: right;
  justify-content: right;
}

@media screen and (max-width: 1600px) {
  .sd-block-title .sd-block-title-htag .title-background {
    margin: 0 12px;
  }
  .sd-block-title .sd-block-title-htag .title-background svg {
    left: -12px;
    right: -12px;
  }
  .sd-block-title .sd-block-title-htag.font-xlarge {
    font-size: 50px;
    line-height: 58px;
  }
  .sd-block-title .sd-block-title-htag.font-large {
    font-size: 33px;
    line-height: 42px;
  }
  .sd-block-title .sd-block-title-htag.font-middle {
    font-size: 21px;
    line-height: 25px;
  }
  .sd-block-title .sd-block-title-htag.font-small {
    font-size: 17px;
    line-height: 25px;
  }
}
@media screen and (max-width: 1400px) {
  .sd-block-title .sd-block-title-htag .title-background {
    margin: 0 11px;
  }
  .sd-block-title .sd-block-title-htag .title-background svg {
    left: -11px;
    right: -11px;
  }
  .sd-block-title .sd-block-title-htag.font-xlarge {
    font-size: 44px;
    line-height: 51px;
  }
  .sd-block-title .sd-block-title-htag.font-large {
    font-size: 29px;
    line-height: 37px;
  }
  .sd-block-title .sd-block-title-htag.font-middle {
    font-size: 18px;
    line-height: 22px;
  }
  .sd-block-title .sd-block-title-htag.font-small {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .sd-block-title .sd-block-title-htag.font-xlarge {
    font-size: 31px;
    line-height: 35px;
  }
  .sd-block-title .sd-block-title-htag.font-large {
    font-size: 25px;
    line-height: 30px;
  }
  .sd-block-title .sd-block-title-htag.font-middle {
    font-size: 20px;
    line-height: 25px;
  }
  .sd-block-title .sd-block-title-htag.font-small {
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .sd-block-title .sd-block-title-htag.mobile_hide-yes {
    display: none;
  }
  .sd-block-title .sd-block-title-htag.mobile_align-left {
    text-align: left;
  }
  .sd-block-title .sd-block-title-htag.mobile_align-center {
    text-align: center;
  }
  .sd-block-title .sd-block-title-htag.mobile_align-right {
    text-align: right;
  }
}

/*# sourceMappingURL=style.css.map */
