.testlist{overflow: hidden;margin: 0 -20px}
.testlist li{margin-bottom:50px;width:33.3%;padding: 0 20px;float: left;}
.testibox{position: relative;padding:40px;text-align: center;overflow: hidden;border:2px solid #e2e2e2;border-radius: 4px}
.testibox p{font-size: 16px;line-height: 28px;}
.testinm{font-size: 22px;color: #453b39;font-family: 'AvantGarde-Demi';line-height: 120%;margin-top: 20px}
.quote-icon{margin-top:42px;position: relative}
.quote-icon:before{position: absolute;content: '';left:-40px;top: 27px;z-index: -1;height: 1px;width: calc(100% + 80px);background: #e2e2e2}
.quote-icon i {
    width: 51px;
    height: 51px;
    text-align: center;
    line-height: 51px;
    background-color: #3277bc;
    margin: 0 auto ;
    font-size: 22px;
    border-radius: 100%;
    color: #fff;
}