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

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

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

section.recent-projects.fifty-fifty .col {
    width: 100%;
}

.post-item .btn-wrap.post {
    text-align: left;
}

div#postswrapper img {
    width: 100%;
    max-height: 215px;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.container.container-title span.h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-family: 'Roboto', sans-serif;
}

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

section.recent-projects.fifty-fifty {
    margin-top: 68px;
}

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;
}

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

.post-item p.h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 43px;
}

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

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

.post-item p.h3 {
    margin-bottom: 0;
}

.post-item p.excerpt {
    margin-bottom: 19px;
}

.post-item .btn-wrap.post a svg {
    display: inline-block;
    vertical-align: middle;
}

section.ready-to-get-started .started-wrap p.h2 {
    text-align: center;
    font-family: 'Greycliff CF';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.79px;
}

main#primary {
    padding: 0;
}

article.page {
    margin: 0;
}

.post-item .btn-wrap.post {
    max-width: 357px;
    margin-bottom: 38px;
    margin-inline: auto;
}

.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 {
    color: #fff;
}

@media (max-width: 768px) {

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