.block-about {
	background: var(--wp--preset--color--denary);
	position: relative;
}

.block-about::before {
	content: '';
	display: block;
	background: url(../../assets/icons/logo/supporting-graphic-skillet.svg) no-repeat center;
	background-size: contain;
	position: absolute;
}


.block-about.has-background,
.editor-styles-wrapper .block-about.has-background,
.block-about.has-background.alignfull,
.editor-styles-wrapper .block-about.has-background.alignfull {
	padding: 0;
}

.block-about__content {
	padding: 40px;
}

@media only screen and (max-width: 767px) {
	.block-about {
		display: block;
	}

	.block-about::before {
		width: 100px;
		height: 100px;
		right: 0;
		bottom: -8px;
	}

	.block-about__content {
		padding: 16px;
	}

	/* .block-about__image {
		height: auto;
	}

	.block-about__image img,
	.block-about__image img[style] {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height: auto !important;
		aspect-ratio: auto !important;
		object-fit: fill;
	} */

}

@media only screen and (min-width: 768px) {
	.block-about:not(.block-area-sidebar .block-about) {
		display: grid;
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	}

	.block-about:not(.block-area-sidebar .block-about)::before {
		width: 130px;
		height: 130px;
		right: calc( -1 * var(--wp--custom--layout--padding) );
		bottom: -8px;
	}

	.block-about:not(.block-area-sidebar .block-about) .block-about__image {
		position: relative;
		height: 100%;
		width: 100%;
	}

	.block-about:not(.block-area-sidebar .block-about) .block-about__image img,
	.block-about:not(.block-area-sidebar .block-about) .block-about__image img[style] {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.block-about:not(.block-area-sidebar .block-about) .block-about__content {
		align-self: center;
	}
}

@media only screen and (min-width: 1246px) {
	.block-about:not(.block-area-sidebar .block-about)::before {
		right: -24px;
	}
}


.block-area-sidebar .block-about {
	display: block;
}

.block-area-sidebar .block-about::before {
	width: 100px;
	height: 100px;
	right: 0;
	bottom: -9px;
}

.block-area-sidebar .block-about__content {
	padding: 16px;
}

.block-area-sidebar .block-about__image {
}

/* .block-area-sidebar .block-about__image {
	height: auto;
}

.block-area-sidebar .block-about__image img,
.block-area-sidebar .block-about__image img[style] {
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	height: auto !important;
	aspect-ratio: auto !important;
	object-fit: fill;
} */
