section.trustedby .container {
    display: flex;
}

section.trustedby .container .col:first-of-type {
    width: 100%;
}

section.trustedby p {
    text-align: left;
    margin-top: 0;
}

section.trustedby span.special {
    text-align: left;
}

section.trustedby .container {
    display: flex;
}

.logo-inner ul img {
    margin: 0 auto;
}

/* .logo-inner ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    grid-gap: 2em;
    column-gap: 2em;
} */
.logo-inner ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    grid-gap: 2em;
    column-gap: 2em;
    min-height: 321px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.logo-inner li {
    display: flex;
    height: 100%;
    align-items: center;
}

section.trustedby p {
    text-align: left;
    margin-top: 0;
    color: #000;
}

section.trustedby h2 {
    /* font-size: 1.9rem;
    font-family: 'Josefin Sans', sans-serif; */
    text-align: left;
    font-family: 'Greycliff CF';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
}

.logo-inner li img {
    width: 100%;
}

section.trustedby span.special {
    text-align: left;
}

section.we-work-with.trustedby .logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

section.we-work-with.trustedby .container {
    padding-top: 37px;
    padding-bottom: 18px;
}

section.we-work-with.trustedby .logo-inner ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(190px, 1fr));
    grid-gap: 1em;
    column-gap: 1em;
    min-height: 182px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
}

section.we-work-with.trustedby .col.first {
    padding-left: 36px;
    /* padding-top: 37px; */
    max-width: 697px;
    /* padding-bottom: 16px; */
}

section.we-work-with.trustedby .col.first p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
}

section.we-work-with.trustedby.style-2 .container {
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 41px;
}

section.we-work-with.trustedby a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    text-decoration: none;
}

section.we-work-with.trustedby.style-2 .container .col:last-of-type {
    width: 50%;
}

section.we-work-with.trustedby.style-2 .logo-inner ul {
    display: flex;
}

@media only screen and (max-width: 769px) {
    section.we-work-with.trustedby.style-1 .container .col.first {
        max-width: 100%;
        padding: 0;
    }

    section.we-work-with.trustedby .logo-wrap .logo-inner ul {
        grid-template-columns: repeat(3, minmax(100px, 1fr));
    }
}