.block-about__image {
	width: 100%;
}

.block-about.has-background {
	border-radius: var(--wp--custom--border-radius--tiny);
	box-shadow: var(--wp--custom--box-shadow--1);
}

.block-about__image img {
	margin: 0 auto;
}

.block-about__title {
	font-family: var(--wp--preset--font-family--primary);
	font-size: var(--wp--preset--font-size--huge);
	font-weight: 700;
	line-height: var(--wp--custom--line-height--small);
}

@media only screen and (min-width: 600px) {

	.block-area-after-post .block-about {
		text-align: center;
	}

	.block-area-after-post .block-about .wp-block-group {
		justify-content: center;
	}

	.block-area-after-post .block-about__image img {
		margin: 0 auto;
	}

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

	.full-width-content .editor-styles-wrapper .block-about.cwp-large {
		margin-top: 0;
		margin-bottom: 0;
		padding: 0;
	}

	.full-width-content .block-about__content {
		min-height: 200px;
		padding: 24px;
		padding-right: calc( var(--wp--custom--layout--block-gap-large) + 200px );
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.block-about__content > * {
		width: 100%;
	}

	.full-width-content .block-about .block-about__image {
		position: absolute;
		top: 50%;
		right: 20px;
		margin: -100px 0 0;
		width: 200px;
		height: 200px;
		object-fit: cover;
	}

	.full-width-content .editor-styles-wrapper .cwp-inner>.block-about__image {
		margin: -100px 0 0;
	}

	.full-width-content .block-about__content > :nth-child(2) {
		margin-top: 0;
	}
}

@media only screen and (min-width: 900px) {

	.full-width-content .block-about__content {
		padding-left: 80px;
		padding-right: calc( 80px + 200px + 40px );
	}

	.full-width-content .block-about .block-about__image {
		right: 80px;
	}
}
