.filtering-bar button {
    background: #E3ECF3;
    border-radius: 5px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Greycliff CF';
    color: #222831;
    border: 0;
}

div#postswrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 27px;
    justify-content: flex-start;
    padding: 4px;
}

div#postswrapper .btn-wrap a:hover {
    color: #000;
}

div#postswrapper .post-item {
    border-radius: 5px;
}

section.recent-projects.fifty-fifty {
    background: #F6F7F8;
}

section.recent-projects.fifty-fifty>.container {
    padding-top: 56px;
    padding-bottom: 89px;
}

.btn-wrap.post {
    max-width: 357px;
    /* margin-block: 1em; */
    margin-inline: auto;
}

.post-item p.h3,
.post-item p {
    max-width: 357px;
    margin-block: 1em;
    margin-inline: auto;
}

.post-item {
    background: #fff;
}

.recent-projects.fifty-fifty.custom-post-w-filter {
    background: #fff;
    margin-top: 0;
}

.recent-projects.custom-post-w-filter .post-item {

    padding-inline: 20px 34px;
    padding-block: 20px 17px;
    color: #000;
}

.recent-projects.custom-post-w-filter .post-item:hover,
.custom-post-w-filter .post-item:hover * {
    background: #61B5E4;
    color: #fff;
}

.custom-post-w-filter .post-item a {
    color: #000;
}

.custom-post-w-filter .post-item:hover .btn-wrap.post a.continue-reading {
    color: #fff;
}

.custom-post-w-filter .post-item .btn-wrap.post a svg path {
    fill: #ff7000;
}

.custom-post-w-filter .post-item p.h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: inherit;
}

.recent-projects.custom-post-w-filter .post-item {
    background: #E3ECF3;
}

.filtering-bar {
    gap: 11px;
    display: flex;
    margin-block: .4em 3em;
}

p.excerpt {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}

button.filter-button.active {
    background: #FF7000;
    color: #fff;
}

.post-item p.h3,
.post-item p {
    max-width: 357px;
}

.post-item a {
    max-width: 357px;
    text-decoration: none;
}


.btn-wrap.post a.continue-reading {
    /* font-family: 'Roboto';
    font-style: normal;
    font-weight: 600; */
    border: 1px solid #2569a6;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

@media (max-width: 768px) {

    div#postswrapper,
    .testimonial--wrapper.flex.row {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}