.wp-block-acf-link-block article {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 600px;
    max-width: 285px;
    margin: 0 auto;
}

.is-layout-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.link-block:hover .title{
	background-color: #37A9E1;
}

.title {
	background-color: rgb(15, 26, 31);
	transition: 0.2s ease-in-out;
	padding: 1rem;
	justify-content: space-between;
    align-items: center;
    flex-direction: row;
    display: flex;
}

.title h2 {
	font-family: Oswald, arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1.8rem;
	line-height: 1.6;
	color: white;
	font-weight: 700;
	margin: 0;
	max-width: 285px;
}

svg.text-white {
	fill: white !important;
}

.description {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 20px;
	min-height: 200px;
	box-sizing: border-box;
	background-color: #37A9E1;
	color: white;
	margin: 0;
}

.description p {
	font-family: Oswald, arial, "Helvetica Neue", Helvetica, sans-serif;
	word-break: break-word;
}