/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Dec 04 2022 | 19:20:26 */
.ziccum-grid-boxes-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.ziccum-grid-boxes-container > div {
	width: calc(33.3333% - 20px);
	margin-right: 30px;
	margin-bottom: 30px !important;
	border: 1px solid;
	border-radius: 4px;
	padding: 3em 2em 4em 2em;
	background-color: #BD5CDB;
	color: #fff;
}

.ziccum-grid-boxes-container > div:nth-child(3),
.ziccum-grid-boxes-container > div:last-of-type {
	margin-right: 0;
}

.ziccum-grid-boxes-container > div > div {
	height: 100%;
	position: relative;
}

.ziccum-grid-boxes-container > div p:nth-last-child(2) {
	padding-top: 1em;
	padding-bottom: 4em;
} 

.ziccum-grid-boxes-container > div strong {
	font-size: 60px;
	font-weight: 100;
	border: 1px solid;
	border-radius: 100%;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	color: #fff;
}

.ziccum-grid-boxes-container > div p:last-of-type {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.ziccum-grid-boxes-container > div a {
	color: #fff
}