.testimonials-two__text{
    line-height: 26px;
    .zw,.yw{
        display: block; /* 让每个 span 单独一行显示 */
        margin-bottom: 4px; /* 可以根据需要加间距 */
    }
    .zw{
        font-size: 20px;
        font-weight: bold;
        color: #000;
    }
    .yw{
        font-size: 16px;
        color: #b4b4b4;
    }
}
.testimonials-two__author__name{
    font-size: 24px;
    color: #254edb;
}