.sd-block-title .sd-block-title-htag {
  word-break: keep-all;
}
.sd-block-title .sd-block-title-htag.font-xlarge {
  font-size: 50px;
  line-height: 60px;
}
.sd-block-title .sd-block-title-htag.font-large {
  font-size: 40px;
  line-height: 60px;
}
.sd-block-title .sd-block-title-htag.font-middle {
  font-size: 30px;
  line-height: 30px;
}
.sd-block-title .sd-block-title-htag.font-small {
  font-size: 25px;
  line-height: 30px;
}
.sd-block-title .sd-block-title-htag.font-mini {
  font-size: 20px;
  line-height: 30px;
}
.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;
}
.sd-block-title .sd-block-title-htag.color-blue {
  color: #24234f;
}
.sd-block-title .sd-block-title-htag.color-white {
  color: #FFF;
}

@media screen and (max-width: 1600px) {
  .sd-block-title .sd-block-title-htag.font-xlarge {
    font-size: 42px;
    line-height: 50px;
  }
  .sd-block-title .sd-block-title-htag.font-large {
    font-size: 33px;
    line-height: 50px;
  }
  .sd-block-title .sd-block-title-htag.font-middle {
    font-size: 25px;
    line-height: 25px;
  }
  .sd-block-title .sd-block-title-htag.font-small {
    font-size: 21px;
    line-height: 25px;
  }
  .sd-block-title .sd-block-title-htag.font-mini {
    font-size: 17px;
    line-height: 25px;
  }
}
@media screen and (max-width: 1400px) {
  .sd-block-title .sd-block-title-htag.font-xlarge {
    font-size: 37px;
    line-height: 44px;
  }
  .sd-block-title .sd-block-title-htag.font-large {
    font-size: 29px;
    line-height: 44px;
  }
  .sd-block-title .sd-block-title-htag.font-middle {
    font-size: 22px;
    line-height: 22px;
  }
  .sd-block-title .sd-block-title-htag.font-small {
    font-size: 18px;
  }
  .sd-block-title .sd-block-title-htag.font-mini {
    font-size: 16px;
  }
}
@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 */
