.sd-block-title {

}

.sd-block-title-htag {
    word-break: keep-all;
    position: relative;
}

.sd-block-title-htag.font-xlarge {
    font-size: 60px;
    line-height: 65px;
}

.sd-block-title-htag.font-large {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}

.sd-block-title-htag.font-middle {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

.sd-block-title-htag .color-white {
    color: #fff;
}

.sd-block-title-htag .color-blue {
    color: #110691;
}

.sd-block-title-htag .color-light_blue {
    color: #3fd3c3;
}

.sd-block-title-htag .color-gray {
    color: #7a7a7a;
}

.sd-block-title-htag.align-left {
    text-align: left;
}

.sd-block-title-htag.align-center {
    text-align: center;
}

.sd-block-title-htag.align-right {
    text-align: right;
}

.sd-block-title-htag.underline-yes::after {
    position: absolute;
    bottom: -15px;
    width: 100px;
    height: 3px;
    background: #ec5861;
    content: '';
}

.sd-block-title-htag.underline-yes.align-left::after {
    left: 0;
}

.sd-block-title-htag.underline-yes.align-center::after {
    left:50%;
    transform:translate(-50%,-50%);
}

.sd-block-title-htag.underline-yes.align-right::after {
    right: 0;
}

/*@media screen and (max-width: 1600px) {*/

/*}*/

@media screen and (max-width: 1400px) {
    .sd-block-title-htag.font-xlarge {
        font-size: 25px;
        line-height: 30px;
    }

    .sd-block-title-htag.font-large {
        font-size: 22px;
        line-height: 26px;
    }

    .sd-block-title-htag.font-middle {
        font-size: 20px;
        line-height: 22px;
    }
}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 767px) {
    .sd-block-title-htag.responsive_hide-yes {
        display: none;
    }

    .sd-block-title-htag.responsive_align-left {
        text-align: left;
    }

    .sd-block-title-htag.responsive_align-center {
        text-align: center;
    }

    .sd-block-title-htag.responsive_align-right {
        text-align: right;
    }
}