.posts-wrap{margin-bottom:40px}
button#load-more-btn {
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	fill: #fff;
	font-size: 15px;
	line-height: 1;
	padding: 12px 24px;
	text-align: center;
	transition: all .3s;
	border: none;
	background: var(--primary);
	font-family: "Onest", sans-serif;
	cursor: pointer;
}
a.img-wrap {
	display: flex;
	margin-bottom: 15px;
	border-radius: 8px;
}
.img-wrap img {
	display: block;
	width: 100%;
	height: 235px;
	object-fit: cover;
	border-radius: 5px;
}
h3.title {
	margin: 0 0 10px;
	line-height: 1;
}
h3 a{
	color: #181414;
	font-family: "DM Sans", Sans-serif;
	font-size: 16px;
	font-weight: 600;
}
a.read-more {
	font-size: 12px;
	font-weight: 500;
}