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

.block-about.cwp-large,
.block-about.cwp-large.has-background {
}

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

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

.block-about__image img,
.editor-styles-wrapper .wp-block-group:not(.is-layout-constrained) > .block-about__image img {
	border-radius: var(--wp--custom--border-radius--x-large);
	aspect-ratio: 1/1;
}

/* =sidebar */
.block-area-sidebar .block-about .block-about__inner,
.block-area-sidebar .editor-styles-wrapper .block-about .block-about__inner {
	display: block;
	padding: 0;
	text-align: center;
}

.block-area-sidebar .block-about .block-about__image,
.block-area-sidebar .editor-styles-wrapper .wp-block-group:not(.is-layout-constrained) > .block-about__image {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 11px;
	max-width: 110px;
}

.block-area-sidebar .block-about .block-about__content .is-style-heading {
	font-size: var(--wp--preset--font-size--normal) !important;
}

.block-area-sidebar .block-about .block-about__content p {
	margin-top: 4px;
	font-size: var(--wp--preset--font-size--small) !important;
}

.block-area-sidebar .block-about .block-about__content .wp-block-buttons.is-layout-flex {
	justify-content: center;
}

.block-area-sidebar .block-about .block-about__content .social-links {
	justify-content: center;
}

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

	.block-about .block-about__inner,
	.editor-styles-wrapper .block-about .block-about__inner {
		display: block;
		text-align: center;
	}

	.block-about .block-about__image,
	.editor-styles-wrapper .wp-block-group:not(.is-layout-constrained) > .block-about__image {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 24px;
	}

	.block-about .block-about__content p {
		margin-top: 12px;
	}

	.block-about .block-about__content .wp-block-buttons.is-layout-flex {
		justify-content: center;
	}

	.block-about .block-about__content .social-links {
		justify-content: center;
	}

}


@media only screen and (min-width: 768px) {
	.block-about {
		--cwp-image: 335px;
	}

	.block-about .is-layout-flex {
		gap: 64px;
	}

}
