.sd-block-title .sd-block-title-htag {
  word-break: keep-all;
}
.sd-block-title .sd-block-title-htag.font-extra-large {
  font-size: 50px;
  line-height: 60px;
}
.sd-block-title .sd-block-title-htag.font-large {
  font-size: 30px;
  line-height: 40px;
}
.sd-block-title .sd-block-title-htag.font-medium {
  font-size: 22px;
  line-height: 27px;
}
.sd-block-title .sd-block-title-htag.font-small {
  font-size: 18px;
  line-height: 23px;
}
.sd-block-title .sd-block-title-htag.font-extra-small {
  font-size: 16px;
  line-height: 21px;
}
.sd-block-title .sd-block-title-htag.color-black {
  color: #1c1c1c;
}
.sd-block-title .sd-block-title-htag.color-white {
  color: #FFF;
}
.sd-block-title .sd-block-title-htag.color-cyan {
  color: #00968f;
}
.sd-block-title .sd-block-title-htag.align-left {
  text-align: left;
}
.sd-block-title .sd-block-title-htag.align-center {
  text-align: center;
}
.sd-block-title .sd-block-title-htag.align-right {
  text-align: right;
}

@media screen and (max-width: 1600px) {
  .sd-block-title .sd-block-title-htag.font-extra-large {
    font-size: 42px;
    line-height: 50px;
  }
  .sd-block-title .sd-block-title-htag.font-large {
    font-size: 25px;
    line-height: 33px;
  }
  .sd-block-title .sd-block-title-htag.font-medium {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (max-width: 1400px) {
  .sd-block-title .sd-block-title-htag.font-extra-large {
    font-size: 37px;
    line-height: 44px;
  }
  .sd-block-title .sd-block-title-htag.font-large {
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .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;
  }
}
@media screen and (max-width: 767px) {
  .sd-block-title .sd-block-title-htag.font-extra-large {
    font-size: 30px;
    line-height: 35px;
  }
}

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