    body.widget-snippet .people-say-content{
        padding: 30px;
        max-width: 1260px;
        margin: 0 auto;
    }
    .widget-snippet  .row-people{
        padding: 20px;
        -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.08);
        -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.08);
        box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.08);
        transition: 0.5s;
    }
    .widget-snippet .row-people + .row-people{
        margin-top: 30px;
    }
    .widget-snippet .row-people-text p{
        line-height: 28px;
    }
    .widget-snippet .row-people-footer {
        border-top: 1px solid #e5e5e5;
        padding-top: 20px;
    }
    .widget-snippet .row-people-footer h6 {
        margin: 0;
        font-weight: 500;
        padding: 0;
    }
    .widget-snippet .row-people-footer p {
        padding: 0;
        margin: 0;
        font-size: 16px;
    }
    .widget-snippet .people-say-content .col-md-6 {
        margin-bottom: 30px;
        display: block;
        float: none;
        width: 100%;
    }
   /*
    .widget-snippet  .people-say-content  .col-md-6:nth-of-type(odd){
        clear: left;
    }
    .widget-snippet  .people-say-content  .col-md-6:nth-of-type(even){
        clear: right;
    }*/
