.block-about {
	position: relative;
	display: grid;
	grid-template-columns: minmax(auto, 500px) 1fr;
}

.block-about::before,
.block-about::after {
	position: absolute;
	content: '';
	display: block;
	z-index: 1;
}

.block-about::before {
	background: url(/wp-content/themes/rainbowplantlife-2025/assets/images/icons/blueberry.png) no-repeat center center;
	background-size: contain;
	width: 150px;
	height: 221px;
	top: -75px;
	right: 0;
}

.block-about::after {
	background: url(/wp-content/themes/rainbowplantlife-2025/assets/images/icons/pear.png) no-repeat center center;
	background-size: contain;
	width: 120px;
	height: 177px;
	bottom: 0;
	left: -60px;
}

.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__image {
	position: relative;
	height: 100%;
	width: 100%;
}

.block-about__image img,
.block-about__image img[style] {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 3/4;
}

.block-about__content {
	align-self: center;
	padding: 40px;
	z-index: 2;
}

.block-about.has-background .wp-block-button:is(.is-style-arrow,.is-style-link) .wp-element-button {
	color: var(--wp--preset--color--primary);
}

@media only screen and (max-width: 975px) {
	.block-about {
		grid-template-columns: minmax(auto, 344px) 1fr;
	}

	.block-about::before {
		width: 120px;
		height: 177px;
		top: -63px;
		right: 0;
	}
	
	.block-about::after {
		bottom: -50px;
		left: -32px;
	}
}


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

	.block-about::after {
		display: none;
	}

	.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: 100%;
		aspect-ratio: 3/4;
		object-fit: cover;
	}

}

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

	.block-about__content p:not(.is-style-interface, .is-style-heading) {
		font-size: var(--wp--preset--font-size--large);
	}

}

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

.block-area-sidebar .block-about::before {
	width: 120px;
	height: 177px;
	top: -63px;
	right: 0;
}

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

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

.block-area-sidebar .block-about__content .is-style-interface {
	display: none;
}

.block-area-sidebar .block-about__content {
	text-align: center;
}

.block-area-sidebar .block-about__content .wp-block-buttons {
	justify-content: center;
}

.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: 100%;
	aspect-ratio: 3/4;
	object-fit: cover;
}
