.custom-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	width: 100%;
	height: auto;
	padding: 30px;
	border: 0;
	box-shadow: 0px 8px 20px #0000004D;
    border-radius: 6px;
	overflow: hidden;
}
.wp-block-column .custom-card {
	height: 100%;
}