.block-cii {
	display: flex;
	flex-wrap: wrap;
}

.block-cii.has-background {
	padding: 0;
}

.block-cii > * {
	flex-basis: 300px;
	flex-grow: 1;
}

.block-cii--reverse {
	flex-direction: row-reverse;
}

.block-cii__image figure {
	height: 100%;
}

.block-cii__image img[style] {
	height: 100% !important;
	object-fit: cover;
}

.block-cii__content {
	align-self: center;
	margin-top: 0 !important;
	padding: 16px;
}

.block-cii__content .is-style-interface {
	font-weight: 400;
	line-height: var(--wp--custom--line-height--small);
	font-size: var(--wp--custom--font-size--small);
}

@media only screen and (min-width: 768px) {
	.block-cii__image {
		
	}

	.block-cii__content {
		padding: 24px 40px;
	}
}