/*TESTIMONIALS FAN*/
		.testimonials-fan ul{
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
			margin: 35px 0 0;
		}
		.testimonials-fan ul li{
			display: flex;
			margin-bottom: 35px;
			align-items: center;
		}
		.testimonials-fan ul li:last-child{
			margin-bottom: 0;
		}
		.testiimg-l{
			    width: 128px;
			    margin-right: 40px;
		}
		.testiimg-r{
			    width: 128px;
			    margin-left: 40px;
			    order:2;
		}
		.testimon-box{
			width: calc( 100% - 180px);
			padding: 33px 40px;
		    box-shadow: 0 7px 10px rgba(230, 239, 250, 0.5);
		    border: 1px solid #e6effa;
		    font-style: italic;
		    color:#5f5f5f;
		    position: relative;
		    line-height: 27px;
		    font-size: 18px;
		}

		.testimonials-fan .fan{
			display: block;
			padding-top: 20px;
		}

		@media (max-width: 767px){

.testimonials-fan ul li {
    flex-wrap: wrap;
    justify-content: center;
}

.testiimg-l {
    width: 100%;
    margin-right: auto;
    text-align: center;
    margin-bottom: 20px;
    order: 1;
}
.testimon-box {
    width: 100%;
    order: 2;
}

.testiimg-r {
    margin-bottom: 20px;
    text-align: center;
    margin-left: 0;
}
		}
		/*TESTIMONIALS FAN*/