.elementor .reviews {
	display: flex;
	max-height: 300px;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: stretch;
	justify-content: space-around;
	align-items: center;
	padding: 25px 0;
}

.elementor .reviews img {
	box-shadow: 0 0 10px 0px rgb(0 0 0 / 15%);
	border-radius: 5px;
	/* transition: box-shadow ease .3s; */
}

/* .elementor .reviews img:hover {
	box-shadow: 0 0 10px 0 rgb(from var(--ast-global-color-0) r g b / 0.55);
} */