.card {
	border: none !important;
}

.post {
	display: flex;
	align-self: stretch;
}

.post .card {
	background-color: transparent;
}

.post .card-body {
	padding-left: 0;
	padding-right: 0;
	display: flex;
	flex-direction: column;
}

.post a {
	display: flex;
	color: initial;
}

.post a img {
	max-height: 200px;
	border-radius: 0.5rem;
	width: 100%;
}

.post a:hover, .post a:focus {
	text-decoration: none !important;
	color: initial !important;
}

.post a:hover h5, .post a:focus h5 {
	text-decoration: underline !important;
}

ul.cta-box {
	list-style-type: none;
	padding-left: 0;
}

ul.cta-box li {
	margin-bottom: 1.25rem;
}

ul.cta-box .fa-li {
	background-color: #21f999;
	color: white;
	border-radius: 50%;
	padding-top: 2px;
	left: -2.75rem;
	width: 1.75rem;
	height: 1.75rem;
}

.pagination .paginate_button a {
	text-decoration: none !important;
	color: 212529 !important;
}
.pagination .paginate_button.active a {
	background-color: #21f999 !important;
	border-color: #21f999;
}

.pagination .paginate_button.disabled a {
	cursor: not-allowed;
	color: #444444 !important;
}