ul.testimonials_grid {
    margin: 0px;
    list-style: none;
    padding: 0px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.testi_content_wraper {
    display: flex;
}

li.testimonials_item {
    display: flex;
    border: 1px solid #e9eaec;
    border-radius: 26px;
    padding: 30px 25px 0 25px;
    position: relative;
    background: #fbfcfd;
    margin-top: 16px;
    min-height: 169px;
    border-color: #e9eaec;
    box-shadow: 0 3px 20px #8ab2d229;
    width: 49.5%;
}

.testi_image_wraper {
    min-width: 82px;
	max-width: 82px;
    text-align: left;
	    padding-right: 8px;
}

img.testi_main_img {
    border-radius: 50%;
}

p.testi_name {
    color: #181818 !important;
    font-size: 18px;
    display: block;
    font-weight: 300;
    margin-bottom: 0px;
}

p.testi_company {
    color: #9ea1a9;
    font-size: 13px;
    font-weight: 300 !important;
    font-style: italic;
    -webkit-transition: all 180ms ease-in;
    transition: all 180ms ease-in;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 0px;
}

p.testi_company:hover {
    color: #4892D3 !important;
    transition: all 180ms ease-in;
    -webkit-transition: all 180ms ease-in;
}

p.testi_text_info {
    border-bottom: 0;
    font-size: 15px;
    line-height: 26px;
    font-style: normal;
    margin-bottom: 33px;
    color: #666 !important;
    text-align: left;
}


.test-width-100 ul li {
    width: 100%;
}

section#testimonial_sec .dnd_container, 
section#testimonial_sec  .dnd_container .dnd_column_dd_span6,
.cstm-client-sec .dnd_container,
.cstm-client-sec .dnd_column_dd_span6 {
    display: flex;
	justify-content: center;
	flex-flow: wrap;
}

.testimonials_wrapper.test-width-100 {
    display: flex;
}

@media only screen and (max-width: 767px) {
	
section#testimonial_sec .dnd_container, 
section#testimonial_sec  .dnd_container .dnd_column_dd_span6,
.cstm-client-sec .dnd_container,
.cstm-client-sec .dnd_column_dd_span6 {
    display: block;
}

.testimonials_wrapper.test-width-100 {
    display: block;
}	
	
.testimonials_wrapper.small-testimonial ul li {
    min-height: 150px;
}
	
    li.testimonials_item {
        width: 100%;
        min-height: 200px;
    }

    .testi_image_wraper {
        min-width: 54px;
        max-width: 54px;
    }

    .testi_content_wraper {
        margin-bottom: 7px;
        align-items: center;
    }

    .testi_detail_wraper {
        padding-left: 8px;
    }

    li.testimonials_item {
        display: block;
    }

    p.hidden_mobile {
        display: none !important;
    }

    li.testimonials_item {
        padding-top: 15px;
    }

    p.testi_text_info {
        position: absolute;
        width: 85%;
        left: 25px;
        bottom: 15px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 767px) and (min-width: 450px) {
    p.testi_text_info {
        bottom: 35px;
    }
.testimonials_wrapper.small-testimonial ul li p.testi_text_info {
    bottom: 20px;
}
}

@media screen and (max-width: 450px) and (min-width: 350px) {
	.testimonials_wrapper.small-testimonial ul li {
    min-height: 165px;
    }	
}

@media screen and (max-width: 450px) and (min-width: 420px) {
	.testimonials_wrapper.small-testimonial ul li {
    min-height: 145px;
}	
}
@media screen and (max-width: 400px) {
.testimonials-larger ul li.testimonials_item {
    min-height: 215px;
}

}
@media screen and (max-width: 340px) {
    p.testi_text_info {
        bottom: 20px;
    }

    li.testimonials_item {
        min-height: 225px;
    }
	.testimonials_wrapper.small-testimonial ul li {
    min-height: 165px;
}
	
.testimonials-larger ul li.testimonials_item {
    min-height: 265px;
}

}