.an-block-infoblocks-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin-top: 78px !important;
	/* Specific margin-top as the decoration sits in the margin */
}

.an-block-infoblocks-section .infoblock img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}

.an-block-infoblocks-section.infoblocks-section-circle .infoblock img {
	border-radius: 999px;
	width: 230px;
}

.infoblock {
	border: 0;
	transition: 0.3s;

	display: flex;
	flex-direction: column;
	align-items: center;

	width: 32%;
	min-width: 255px;
	padding: 0;
	margin: 12px;
	vertical-align: top;

	flex-grow: 1;
	flex-basis: calc(33% - 24px);
	max-width: calc(66% - 16px);
}

.infoblock > p {
	flex-grow: 1;
}
