.wp-block-image {
	&.cover-space--true {
		width: 100%;
		height: 100%;

		img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: center;

			&[style*="width:auto;"] {
				width: 100% !important;
			}

			&[style*="height:auto;"] {
				height: 100% !important;
			}
		}
	}
}

.about-us-image-banner {
	background-image: url(https://wordpress-833900-4972908.cloudwaysapps.com/wp-content/uploads/2024/10/about-us-banner.jpeg);
	background-position: 50% 50%;
	background-size: cover;

	margin-bottom: 64px;

	@media (width >=782px) {
		margin-bottom: 96px;
	}
}

.about-us-image-banner::before {
	display: inline-block;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.6);
	;
}