.icon-cards .grid-x {
	justify-content: center;
	gap: 1.875rem;
	align-self: stretch;
	justify-self: center;
}
.icon-card {
	justify-content: center;
	align-items: center;
	gap: var(--wp--custom--gap--md);
	max-width: 20rem;
	flex: 1 0 0;
}
.icon-card_icon {
	width: 11.5625rem;
	height: 11.5625rem;
}
.icon-card_subtitle {
	margin-bottom: 0px;
	text-align: center;
}
.icon-card_text {
	text-align: center;
}
