.rally-post-list--wrapper{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.rally-post-list--block {
	padding: 20px 0;
}

.rally-post-list--item {
	border-radius: 25px;
	border: 2px solid #ECF0F7;
}

.rally-post-list--category {
	background-color: #00467F;
	width: 100%;
	color: #FFF;
	padding:10px 0 5px 25px;
	border-top-left-radius: 25px;
	border-top-right-radius:25px;
}

.rally-post-list--image img {
	width: 100%;
	object-fit: cover;
	height: 165px;
}

.rally-post-list--post{
	padding:10px 25px 0 25px;
}

.rally-post-list--post h3{
	font-size:25px;
}

.rally-post-list--post a.btn {
	display: inline-flex !important;
}

.rally-post-list--title {
	font-size: 18px;
	margin-bottom: 10px;
}

.rally-post-list--title a {
	text-decoration: none;
	color: #00467f;
}

.rally-post-list--title a:hover {
	text-decoration: underline;
}

.rally-post-list--excerpt {
	font-size: 17px;
}

@media (max-width: 767px) {
  .rally-post-list--wrapper {
	grid-template-columns: 1fr;
  }
}
