.sd-block-title .sd-block-title-htag {
  word-break: keep-all;
  display: flex;
  align-items: center;
}
.sd-block-title .sd-block-title-htag img,
.sd-block-title .sd-block-title-htag svg {
  height: 80px;
  width: 80px;
  margin-right: 30px;
  object-fit: cover;
}
.sd-block-title .sd-block-title-htag.font-large {
  font-size: 70px;
  line-height: 75px;
}
.sd-block-title .sd-block-title-htag.font-middle {
  font-size: 50px;
  line-height: 65px;
}
.sd-block-title .sd-block-title-htag.font-small {
  font-size: 25px;
  line-height: 35px;
}
.sd-block-title .sd-block-title-htag.font-tiny {
  font-size: 20px;
  line-height: 35px;
}
.sd-block-title .sd-block-title-htag.weight-bold {
  font-weight: bold;
}
.sd-block-title .sd-block-title-htag.weight-extra_bold {
  font-weight: 900;
}
.sd-block-title .sd-block-title-htag.align-left {
  justify-content: left;
}
.sd-block-title .sd-block-title-htag.align-center {
  justify-content: center;
}
.sd-block-title .sd-block-title-htag.align-right {
  justify-content: right;
}
.sd-block-title .sd-block-title-htag.color-white {
  color: #FFF;
}
.sd-block-title .sd-block-title-htag.color-blue_dark {
  color: #03192d;
}

@media screen and (max-width: 1600px) {
  .sd-block-title img {
    height: 66px;
    width: 66px;
    margin-right: 25px;
  }
  .sd-block-title svg {
    height: 66px;
    width: 66px;
    margin-right: 25px;
  }
  .sd-block-title .sd-block-title-htag.font-large {
    font-size: 58px;
    line-height: 62px;
  }
  .sd-block-title .sd-block-title-htag.font-middle {
    font-size: 42px;
    line-height: 54px;
  }
  .sd-block-title .sd-block-title-htag.font-small {
    font-size: 21px;
    line-height: 29px;
  }
  .sd-block-title .sd-block-title-htag.font-tiny {
    font-size: 17px;
    line-height: 29px;
  }
}
@media screen and (max-width: 1400px) {
  .sd-block-title img {
    height: 58px;
    width: 58px;
    margin-right: 22px;
  }
  .sd-block-title svg {
    height: 58px;
    width: 58px;
    margin-right: 22px;
  }
  .sd-block-title .sd-block-title-htag.font-large {
    font-size: 51px;
    line-height: 55px;
  }
  .sd-block-title .sd-block-title-htag.font-middle {
    font-size: 37px;
    line-height: 47px;
  }
  .sd-block-title .sd-block-title-htag.font-small {
    font-size: 18px;
    line-height: 26px;
  }
  .sd-block-title .sd-block-title-htag.font-tiny {
    font-size: 16px;
    line-height: 26px;
  }
}
@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;
  }
}

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