.acf-block-component.acf-block-preview.wp-block-acf-mdigi-reviews {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.list-reviews_holder {
	--grid-cols: 2;
	--grid-gap: 2rem;

	display: grid;
	grid-template-columns: repeat(var(--grid-cols), 1fr);
	grid-column-gap: var(--grid-gap);
	grid-row-gap: var(--grid-gap);
	width: 100%;
	margin: 2rem 0;
	float: none;
}

.list-reviews_holder .recent-customer-review {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	background-color: #fff;
	padding: var(--grid-gap);
	color: var(--global-palette3);
	text-align: left;
}

.list-reviews_holder .recent-customer-review::after {
	content: "";
	position: absolute;
	bottom: var(--grid-gap);
	right: var(--grid-gap);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("/wp-content/themes/md-block-theme-2022/assets/icons/Bailol-Icons-Pink-Quotes.webp");
	height: 4rem;
	width: 4rem;
}

.list-reviews_holder .recent-customer-review > div {
	width: 100%;
}

.list-reviews_holder .recent-customer-review h3 {
	width: 100%;
	color: var(--global-palette3);
	font-family: var(--font-head);
	font-size: var(--text-size-200);
	margin: var(--margin-small) 0 0.25rem;
	display: block;
}

.list-reviews_holder .recent-customer-review p.review-location {
	width: 100%;
	color: var(--global-palette3);
	margin: 0;
	display: block;
}

@media screen and (max-width: 768px) {
	.list-reviews_holder {
		--grid-cols: 1;
		--grid-gap: 1rem;
		margin: 0 0 1.5rem;
	}

	.list-reviews_holder .recent-customer-review::after {
		width: 3.5rem;
		height: 3.5rem;
	}
}
