.xf-widget-introduce-section .blind {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.xf-widget-introduce-section .introduce-item{
    margin-bottom: 24px;
}

.xf-widget-introduce-section .introduce-item .item-title{
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.6px;
    color: #000;
    margin-bottom: 16px;
}

.xf-widget-introduce-section .introduce-item .item-text{
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.48px;
    color: #141414;
    min-height: 170px;
    padding:0;
    height: auto;
}
.xf-widget-introduce-section .introduce-item .item-text img{
    width: 100%;
    height: auto;
}
.xf-widget-introduce-section .introduce-item .item-text .item-mo{
    display: block;
}
.xf-widget-introduce-section .introduce-item .item-text .item-pc{
    display: none;
}



@media (min-width: 992px) {
    .xf-widget-main-content-section{
        margin-top: 0px;
        padding-top: 40px;
        padding-bottom: 77px;
    }
    .xf-widget-introduce-section .introduce-item{
        margin-bottom: 70px;
    }
    .xf-widget-introduce-section .introduce-item .item-title{
        font-size: 36px;
        letter-spacing: -1px;
        margin-bottom: 24px;
    }

    .xf-widget-introduce-section .introduce-item .item-text{
        font-size: 20px;
    }
    .xf-widget-introduce-section .introduce-item .item-text .item-mo{
        display: none;
    }
    .xf-widget-introduce-section .introduce-item .item-text .item-pc{
        display: block;
    }
}