.te-item {
    margin-bottom: 92px;
    align-items: stretch !important;
}

.te-l {
    width: 41.5%;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    margin-right: 3vw;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
   
}

.te-l .img-box {
    height: 100%;
}

.te-l img {
    height: 100%;
    object-fit: cover;
}

.te-r {
    box-shadow: 1px 2px 6px 1px rgba(0, 0, 0, 0.22);
    border-radius: 36px 36px 36px 36px;
    padding: 24px 36px;

}

.te-r h5 {
    font-family: SourceHanSansSC-Bold, SourceHanSansSC-Bold;
    font-weight: normal;
    font-size: 35px;
    color: #30803A;
    margin-bottom: 16px;
}

.te-r p {
    font-family: SourceHanSansSC-Regular, SourceHanSansSC-Regular;
    font-weight: normal;
    font-size: 20px;
    color: #30803A;
    line-height: 35px;
    text-indent: 2em;
}

.te-l-re {
    margin-right: unset;
    margin-left: 3vw;
}


@media screen and (max-width: 768px) {
    .box {
        padding-top: 0.8rem;
    }

    .box .flex {
        flex-direction: column;
    }

    .te-item {
        margin-bottom: 0.47rem;

    }

    .te-l {
        width: 100%;
        margin-right: 0;
        border-radius: unset;
 margin-bottom: 0.27rem;
    }

    .te-r {
        box-shadow: 0.01rem 0.02rem 0.06rem 0.01rem rgba(0, 0, 0, 0.22);
        border-radius: 0.36rem 0.36rem 0.36rem 0.36rem;
        padding: 0.49rem 0.28rem;

    }

    .te-r h5 {
        font-size: 0.35rem;
        margin-bottom: 0.26rem;
        font-weight: bold;
    }

    .te-r p {
        font-size: 0.3rem;
        line-height: 0.55rem;
    }

    .te-l-re {
        margin-right: unset;
        margin-left: unset;
    }

    .box .te-reverse {
        flex-direction: column-reverse;
    }
}