.marqueblanche-slogan-image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 !important;
	border-radius: 20px;
}

.marqueblanche-slogan-image-img {
	display: block;
	width: min(100%, clamp(220px, 30vw, 500px)) !important;
	max-width: 100%;
	height: auto !important;
	margin-inline: auto;
	border-radius: 20px;
}

.marqueblanche-home-slogan .marqueblanche-slogan-image-img {
	width: min(100%, clamp(220px, 30vw, 500px)) !important;
	max-width: min(100%, clamp(220px, 30vw, 500px)) !important;
}
