/* @group Three image cards
------------------------------------ */

.three-image-cards .bp-group {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.three-image-cards h2.has-l-font-size {
	margin-bottom: 4rem;
}
.three-image-cards .img-box {
	height: 20rem;
	width: 20rem;
	margin: 0 auto 1.2rem;
	border-radius: 50%;
}

.three-image-cards .bp-multimedia {
	height: auto !important;
}

.three-image-cards p.has-s-font-size {
	margin-top: 1.2rem;
}

.three-image-cards .wp-block-buttons {
	margin-top: 4rem;
}

@media only screen and (min-width: 961px) {
}
@media only screen and (min-width: 0) and (max-width: 960px) {
	.three-image-cards .wp-block-columns .wp-block-column:not(:last-child) {
		margin-bottom: 7.2rem;
	}
}

/* @end */
