.testimonial-reviews ul {
    clear: both;
    display: block;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    webkit-columns: 2 auto;
    -moz-columns: 2 auto;
    columns: 2 auto;
}

.testimonial-reviews li.grid {
	margin: 0 3% 50px 0;
    vertical-align: top;
    box-shadow: 0 0 3px rgba(0,0,0,0.1), 0 3px 0 #6c8088;
    padding: 15px 30px;
    border: 1px solid #ebf0f2;
    border-bottom: none;
    text-align: center;
    list-style: none;
    display: inline-block;
    width: 100%;
}

.button{
	margin-left:0px !important;
}