.xplora-reviews-section {
	box-sizing: border-box;
	width: min(1180px, calc(100vw - 32px));
	margin: 64px 0 0 50%;
	padding: 0;
	transform: translateX(-50%);
}

.xplora-reviews-section__heading {
	display: flex;
	justify-content: center;
	text-align: center;
}

.xplora-reviews-section__heading .titulo-bloque {
	margin-bottom: 0;
}

.xplora-reviews-section__shell {
	min-height: 120px;
	display: grid;
	justify-items: center;
	row-gap: 24px;
}

.xplora-reviews-section__shell > * {
	width: 100%;
}

.xplora-reviews-section__shell .ti-footer,
.xplora-reviews-section__shell .ti-footer.ti-footer-grid,
.xplora-reviews-section__shell [data-xplora-reviews-link] {
	margin-right: auto !important;
	margin-left: auto !important;
	text-align: center !important;
}

.xplora-reviews-section__shell [data-xplora-reviews-link],
.xplora-reviews-section__shell [data-xplora-reviews-link] * {
	color: inherit !important;
	text-decoration: none !important;
}

@media (max-width: 767px) {
	.xplora-reviews-section {
		width: calc(100vw - 24px);
		margin-top: 40px;
	}

	.xplora-reviews-section__shell {
		row-gap: 18px;
	}
}
