.block-callout {
	border: 2px solid var(--wp--preset--color--tertiary);
	padding: 24px;
	position: relative;
}

.block-callout::before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 24px;
	top: 15px;
	background: url(../../assets/icons/color/supporting-taco.svg) no-repeat;
	background-size: contain;
	transform: rotate(5deg);
}

.block-callout h2 {
	margin-right: 65px;
}