.review_flex{
	display:flex;
	gap:30px;
	align-items:center;
	border-radius:20px;
	padding: 40px 50px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	    margin: 10px;
}
.review_img {
    width: 45%;
}
.review_img img{
	    width: 250px !important;
}
.review_con {
    width: 55%;
}
h4.review_title{
	margin-bottom:0;
}
.review_desc{
	font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
}

@media(max-width:768px){
	.review_flex{
		flex-direction: column;
		margin: 0;
		padding: 30px 20px;
		margin-bottom:10px;
	}
	.review_img {
    width: 100%;
}
.review_img img{
	    width: 200px !important;
}
.review_con {
    width: 100%;
}
}