.wp-block-accreditations {
	margin-top: 0;
	margin-bottom: 30px;
}

.wp-block-accreditations .wp-block-accreditations--inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}

.wp-block-accreditations--accreditation {
	display: block;
	background: #F8F8F8;
	box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
	border-radius: 1em;
	width: 65%;
	padding: 2.5em 1em;
	text-align: center;
	line-height: 1.5em;
	margin: 20px 0;
}

.wp-block-accreditations--accreditation .wp-block-accredditations--accreditation-image {
	display: block;
	width: 75%;
	position: relative;
	background: white;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 1.5em;
}

.wp-block-accreditations--accreditation .wp-block-accredditations--accreditation-image::before {
	content: "";
	display: block;
	padding: 100% 0 0 0;
}

.wp-block-accreditations--accreditation .wp-block-accredditations--accreditation-image img {
	display: block;
	width: 80%;
	height: 80%;
	object-fit: contain;
	object-position: center center;
	position: absolute;
	top: 10%;
	left: 10%;
}

@media (min-width: 768px) {
	.wp-block-accreditations .wp-block-accreditations--inner {
		margin: 0 -1em;
	}

	.wp-block-accreditations--accreditation {
		width: calc(33.33% - 2em);
		margin: 1em;
	}
}

@media (min-width: 960px) {
	.wp-block-accreditations {
		margin-bottom: 100px;
	}

	.wp-block-accreditations .wp-block-accreditations--inner {
		margin: 0 -0.5em;
	}

	.wp-block-accreditations--accreditation {
		width: calc(20% - 20px);
		padding: 2em 1em;
		margin: 10px;
	}
}
