.custom-blog-wrap .recipe-hub-search-wrap {
    max-width:100%;
    margin:0;
}

.custom-blog-wrap .recipe-hub-sort-wrap {
    max-width:100%;
    margin:0;
}

.custom-blog-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-blog-wrap .recipe-hub-posts-wrap {
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 3rem;
}

.custom-blog-wrap .custom-blog-post-title,
.custom-blog-wrap .custom-blog-post-subheading {
    color: #282928;
    text-align: center;
    font-family: "Nimbus Sans L";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
    text-align:center;
    margin:0;
}

.custom-blog-wrap .custom-blog-post-subheading {
    text-transform: none;
    margin-top:0.25rem;
}

.custom-blog-wrap .custom-blog-post-content {
    padding:2rem;
}

.custom-blog-post-img img {
	height:300px;
	width:100%;
	object-fit:cover;
}