.block-about {
	--cwp-image: 300px;
	position: relative;
	align-items: center;
}

.block-about,
.block-about.has-background,
.editor-styles-wrapper .block-about.has-background {
	padding: 24px;
}

.block-about.has-background,
.editor-styles-wrapper .wp-block-cwp-about.has-background {
	border-radius: var(--wp--custom--border-radius--small);
}

.editor-styles-wrapper .wp-block-cwp-about.has-background {
	padding: 0;
}

.block-about__content {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center;
}

.block-about__content .wp-block-buttons,
.block-about__content .social-links {
	justify-content: center;
}

.block-about .block-about__inner,
.editor-styles-wrapper .block-about .block-about__inner {
	column-gap: var(--wp--custom--layout--block-gap-large);
}

.block-about__image,
.editor-styles-wrapper .wp-block-group:not(.is-layout-constrained) > .block-about__image {
	max-width: var(--cwp-image);
	width: 100%;
}

.block-about__image,
.editor-styles-wrapper .block-about__image {
	position: relative;
	isolation: isolate;
}

.block-about__image::before {
	content: "";
	display: block;
	width: 100px;
	height: 106px;
	background-image: url('/wp-content/themes/foodlovinfamily-2023/assets/icons/logo/heart.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
	top: -6px;
	right: -10px;
	z-index: 1;
	transform: rotate(-4deg);
	pointer-events: none;
}

@media only screen and (max-width: 767px) {

	.block-about__inner {
		flex-direction: column;
	}

	.block-about__content,
	.block-about__image {
		align-self: stretch;
	}

	.block-about .block-about__image,
	.editor-styles-wrapper .block-about .block-about__image {
		margin: 0 auto;
	}

}

.block-area-sidebar .block-about__inner {
	flex-direction: column;
}

.block-area-sidebar .block-about__image,
.block-area-sidebar .block-about__content {
	align-self: stretch;
}

.block-area-sidebar .block-about .block-about__image,
.block-area-sidebar .editor-styles-wrapper .block-about .block-about__image {
	margin: 0 auto;
}

.block-area-sidebar .block-about__image::before {
	width: 130px;
	height: 139px;
}
