.custom-image-block {
	padding: 16px 0;
	margin: 16px 0;
}
.custom-image-container--style-2 {
	border-radius: 12px;
	padding: 32px;
	background: var(--background);
}
.custom-image-container img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.custom-image-container:not(.custom-image-container--style-2) img {
	border-radius: 12px;
}
@media screen and (min-width:768px) {
	.custom-image-container--style-2,
	.custom-image-container:not(.custom-image-container--style-2) img {
		border-radius: 24px;
	}
}
.custom-image-block__note {
	margin-top: 8px;
	display: block;
	text-align: center;
	color: var(--text-grey);
	font-family: 'Inter';
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5em;
}