.hero.standard .bg-img {
    background-image: url(/wp-content/uploads/2023/09/shift-london-updates-hero.png); 
}


.cont.flexed {
    padding-bottom: 120px;
}

.one-third {
    width: calc(33.3333% - 14px);
    display: block;
}

.alm-reveal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 20px;
    margin-top: 25px; 
}

.cont.blog-filters.flexed {
    padding-top: 70px;
    padding-bottom: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
} 

ul.alm-filter-nav.platform {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.alm-filter-nav li {
    margin: 0 3px;
    min-width: 170px;
    height: 100%;
    border: 2px #173B3B solid;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    display: flex;
    align-items: center;
}


ul.alm-filter-nav li a {
    font-family: poppins;
    font-size: 18px;
    font-weight: 600;
    color: #173B3B;
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms; 
}

.alm-filter-nav li:after {
    content: none; 
}

.alm-filter-nav li:hover,
.alm-filter-nav li.active{
    background-color: #173B3B;
}

.alm-filter-nav li:hover a,
.alm-filter-nav li.active a {
    color: #ffffff;
}

button.primary.green {
    margin-top: 50px;
}

@media screen and (max-width: 769px) {

    .one-third {
        width: 75%;
        margin: auto;
    }

}

@media screen and (max-width: 690px) {
    .alm-filter-nav li {
        margin: 0 3px;
        min-width: 25%;
    }

    ul.alm-filter-nav li a {
        font-size: 13px; 
    }

    .one-third {
        width: 100%;
    }

    .alm-reveal {
        gap: 30px 20px; 
    }

    button.primary.green {
        margin-top: 30px;
    }
}