.review-images {
	display: flex;
	flex-flow: row wrap;
	gap: 15px;
	align-items: center;
	justify-content: space-around;
	height: 600px;
	overflow-y: scroll;
	border: 5px solid #fafafa;
	border-radius: 12px;
	padding: 15px;
	margin: 40px auto 65px;
	max-width: 1300px;
	width: 96%;
}

.review-image-container {
width: 48.5%;
max-width: 650px;
text-align: center;
}

.review-image-container img{
max-width: 560px;
width: 100%;
margin-inline: auto;
}

.form_field_content {
	display: inline-block;
	box-sizing: border-box;
	width: 100% !important;
}

@media (max-width: 981px) {
.review-image-container {
width: 98.5%;

}
}