.all{
    padding: 30px 20px;
    background-color: #F4F6F7;
}

.en-title-one{
    font-size: 20px;
    font-family: Bold;
    color: #D3D2D2;
    
}

.zh-title-one{
    font-size: 20px;
    font-family: Bold;
    color: #3D3D3D;
    margin-bottom: 20px;
    
}

.container{
    display: flex;
    justify-content: center;
}
.container ul{
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 40px;
    row-gap: 30px;
    padding-left: 0;
}

.container li{
    list-style: none;
    
}
.content{
    text-align: center;
    font-family: Regular;
    width: 130px;
    font-size: 14px;
    color: #3d3d3d;
}

.img{
    margin-bottom: 10px;
    width: 130px;
    height: 188px;
    background-image: url("../images/comment-img/img2.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.img img{
    width: 100%;
    height: 100%;
}




