.trusted-by-brands-section .section-header{
    margin-bottom: 65px;
}
.trusted-by-brands-section .brand-logo-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 50px;
}
.trusted-by-brands-section *:not(.btn){
    color: var(--cream);
}
@media only screen and (max-width: 767px) {
    .trusted-by-brands-section .section-header {
        margin-bottom: 30px;
    }
}