.tear.rel.content {
    background-color: #ECEBED; 
}

section.trust-bar.awards .v-space {
    padding-top: 0;
    padding-bottom: 0; 
}

.awards .tb-img {
    padding: 15px;
}

.memberships .tb-img img {
    height: 98px;
    padding: 0px 22px;
    margin-top: 8px;
}

.memberships .tb-img img {
    height: 98px;
}

.tb-res .splide__list {
    margin-top: 20px!important;
    justify-content: center;
}

.splide.tb-res .splide__pagination {
    margin-top: 25px;
}

.splide.tb-res .splide__slide img {
    height: 90px;
    margin: auto;
    display: block;
}

.project-meta .meta-inner p {
    display: none;
}

.under-slide p {
    text-align: center;
    font-family: 'montserrat';
    font-size: 13px;
    line-height: 20px;
    padding: 0 50px;
}


@media screen and (max-width: 769px) {
    .splide.tb-res .splide__slide img {
        max-height: 90px; 
        height: auto; 
    }
}