.uc-block-content {
	display: flex;
	flex-wrap: wrap;
}

.uc-block-content > a {
	border-radius: 11px;
	border: 1px solid #ddd;
	display: block;
	margin-bottom: 20px;
	padding: 3.125em;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
}

.uc-block-heading {
	font-weight: bold;
	font-size: 1.625rem;
	line-height: 1.346;
	width: 100%;
}

.uc-block-timing {
	font-size: 1rem;
	margin-bottom: 1em;
	color: #349cc7;
}

.uc-block-icon[style] {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.uc-block-icon {
	max-width: 200px;
	width: 100%;
	margin-top: auto;
}
.uc-block-icon:before {
	content: "";
	display: block;
	padding-bottom: 64%;
}

@media (min-width: 541px) and (max-width: 767px) {
	.uc-block-content > a {
		width: calc(50% - 10px);
	}
	.uc-block-content > a:nth-child(even) {
		margin-left: 20px;
	}
}
@media (min-width: 768px) {
	.uc-block-content > a {
		width: calc(33% - 12.5px);
	}
	.uc-block-content > a:not(:nth-child(3n)) {
		margin-right: 20px;
	}
}
@media (max-width: 540px) {
	.uc-block-content > a {
		width: 100%;
	}
}

.uc-block-footer {
	text-align: center;
	padding: 20px 0;
}

.uc-block-footer a {
	transition: all 0.3s;
}

.uc-block-footer a:hover {
	transition: all 0.3s;
	border: 1px solid #349cc7;
	color: #349cc7;
}

@media (max-width: 767px) {
	.uc-block-heading {
		font-size: 1.25rem !important;
		line-height: 1.1em !important;
	}

	.uc-block-content > a {
		padding: 3.6875em;
	}
}
