.entry-content {
    margin-top: 4em;
}
.featured-categories .col-wrap {
    position: relative;
}
.featured-categories .featured-image {
    border: 12px solid #fff;
}
.featured-categories .category-title {
    position: absolute;
    /* top: 40%; */
    left: 0;
    right: 0;
    margin: auto;
    background: rgb(255 255 255 / 90%);
    width: 82%;
    text-align: center;
    padding: 0.9em;
    /* top: 0; */
    /* bottom: 0; */
    /* margin: auto; */
}
.featured-categories .category-title h3 {
    margin-bottom: 0;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
section.recent-posts1 {
    margin-top: 6em;
    margin-bottom: 3em;
}
section.featured-posts {
    background: #fff;
    width: 96%;
    margin: 0 auto;
    padding: 3em;
}
.featured-posts .feat-posts-wrap .featured-image img {
    width: 100%;
}
.featured-posts .post-detail {
    background: #F4F2EF;
}
.featured-posts .post-title {
    letter-spacing: 2px;
}
.featured-posts .content {
    height: 3em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
section.recent-posts2 {
    padding-top: 6em;
}
@media(max-width: 899px) {
    section.featured-posts {
        padding: 1.2em 0.5em;
    }
}