.block-about {
	position: relative;
}

.block-about::before,
.block-about::after {
	background: url(art-top.png) no-repeat top left;
	background-size: contain;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 100%;
	aspect-ratio: 1;
	z-index: 3;
}

.block-about::after {
	background: url(art-bottom.png) no-repeat bottom left;
	background-size: contain;
	z-index: 1;
}

.block-about__inner {
	display: grid;
	grid-template-columns: 480px 1fr;
	align-items: center;
	position: relative;
	z-index: 2;
}

.block-about__logo {
	background: #fff;
	color: #000;
	border-radius: 50%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 480px;
	height: 480px;
	margin: 0 auto;
	text-align: center;
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
	line-height: var(--wp--custom--line-height--small);
}

.block-about__logo > div {
	max-width: 314px;
	padding: 32px;
}

.block-about__logo svg {
	width: 100%;
	height: 100%;
	aspect-ratio: 250 / 170;
}

.block-about .block-about__content .block-about__image.alignleft img {
	border: 4px solid #fff;
	max-width: 200px;
}

.block-about .block-about__content a {
	text-decoration: none;
	font-size: var(--wp--preset--font-size--tiny);
	letter-spacing: var(--wp--custom--letter-spacing--medium);
	text-transform: uppercase;
}

.block-about .block-about__content a:hover {
	text-decoration: underline;
}

.block-about__content {
	position: relative;
	z-index: 4;
}

.block-about__content p {
	margin: 16px 0 0;
}

.block-about__content p.is-style-heading {
	margin: 40px 0 16px;
}

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

	.block-about__content {
		position: relative;
		padding-left: 224px;
		min-height: 200px;
		margin-left: -60px;
	}

	.block-about .block-about__content .block-about__image.alignleft {
		margin: 0;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}

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

	.block-about.has-background.alignfull {
		padding: 32px;
	}

	.block-about::before,
	.block-about::after {
		top: 0;
		left: 0;
		width: 100%;
		height: 480px;
	}

	.block-about__inner {
		display: block;
	}

	.block-about__content {
		max-width: 480px;
		margin: 0 auto;
	}

	.block-about .block-about__content .block-about__image.alignleft {
		margin: -24px auto 0;
		float: none;
	}
}

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

	.block-about__logo {
		width: 100%;
		height: 100%;
		aspect-ratio: 1;
	}

	.block-about::before,
	.block-about::after {
		height: 80vw;
	}
}

@media only screen and (max-width: 768px) {
	.block-about__logo > div > * {
		max-width: 168px;
	}
}
