.list-feeling{
    margin-bottom: 30px;
}
.list-feeling .item{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #cccccc;
}
.list-feeling .item:after{
    display: block;
    content: '';
    clear: both;
}
.list-feeling .item .i-img{
    width: 170px;
    height: 170px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    float: left;
}
.list-feeling .item .i-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.list-feeling .item .i-desc{
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
    float: right;
}
.list-feeling .item .i-content{
    font-size: 16px;
    line-height: 25px;
    padding: 30px 0 15px;
    margin-bottom: 15px;
    position: relative;
}
.list-feeling .item .i-content:before{
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    content: '\f10d';
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    color: var(--cms-color-base, #cf3732);
}
.list-feeling .item .i-content:after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 2px;
    background: var(--cms-color-base, #cf3732);
    content: '';
}
@media screen and (max-width: 991px){
    .list-feeling .item .i-img{
        float: none;
        margin: 0 auto 20px;
    }
    .list-feeling .item .i-desc{
        width: 100%;
        float: none;
    }
}
