.arrchive-posts .filters {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 10px;
	margin-bottom: 40px;
}
.arrchive-posts .filters button {
	padding: 0 22px;
	font-size: 14px;
    font-weight: 600;
    height: 42px;
	transition: all 0.2s;
	background-color: #023763;
	border-radius: 30px;
	border: none;
}
.arrchive-posts .filters button.active {
	background-color: #0293D0;
}
.single-blog-feed .post-thumbnail img {
	width: 100%;
	height: 220px;
    object-fit: cover;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.arrchive-posts .post-title a {
	font-size: 19px;
	font-weight: 600;
    line-height: 1.5;
}
.arrchive-posts .post-title {
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 1;
	font-size: 16px;
}
.single-blog-feed {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .07);
}
.arrchive-posts .post-content {
    padding: 20px;
}
