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

.block-about.cwp-large,
.block-about.cwp-large.has-background {
	padding: var(--wp--custom--layout--block-gap);
}

.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);
	position: relative;
}

.block-about__image img {
	border-radius: 50%;
	width: 100%;
}

.block-about__image::after {
	background: var(--wp--preset--color--background) url(../../assets/images/favicon.png) no-repeat center;
	background-size: 58px;
	border-radius: 50%;
	content: '';
	display: block;
	width: 96px;
	height: 96px;
	position: absolute;
	bottom: 0;
	right: 0;
}

@media only screen and (max-width: 760px) {
	body .block-about.cwp-large {
		padding: 0;
	}
	.block-about .block-about__inner,
	.editor-styles-wrapper .block-about .block-about__inner {
		display: block;
	}

	.block-about .block-about__image {
		margin: 0 auto;
		margin-bottom: 16px;
	}
}

.block-area-sidebar .block-about .block-about__inner {
	display: block;
	padding: 0;
}

.block-area-sidebar .block-about__image {
	margin-bottom: var(--wp--custom--layout--block-gap);
}
