.customer-logo-block{
    padding-bottom: 64px;
    padding-top: 60px;
}
.customer-logo-block .h2{
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 1.6px;
        color: #7D88AB;
    margin-bottom: 32px;
    text-transform: uppercase;
}
.customer-logo-block ul.trusted-logo-grid-view {
    display: grid;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(6, 1fr);
    gap:8px;
    margin-bottom: 0;
}
.customer-logo-block ul.trusted-logo-grid-view li {
    border: 4px solid rgba(255,255,255,.4);
    border-radius: 12px;
}
.customer-logo-block ul.trusted-logo-grid-view li .logo-inner{
    border-radius: 8px;
    background-color: #ffff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 128px;
}
.customer-logo-block ul.trusted-logo-grid-view li .logo-inner img{
    max-width: 100%;
}

.bottom-text{
    margin-bottom: 0;
    margin-top: 32px;
}
.bottom-text p{
    margin-bottom: 0;
}
.bottom-text a, .bottom-text strong{
    background: linear-gradient(99.01deg, #0074DD -2.93%, #591EFF 58.85%, #9644FF 126.18%); 
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    color: inherit;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    text-decoration: underline; 
}
@media screen and (min-width: 1280px) {
    .customer-logo-block{
        padding-left: 80px;
        padding-right: 80px;
    }
}
@media screen and (max-width: 991px) {
    .customer-logo-block ul.trusted-logo-grid-view {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media screen and (max-width: 767px) {
    .customer-logo-block {
        padding-bottom: 32px;
        padding-top: 36px;
    }
    .customer-logo-block .h2{
        font-size: 16px;
        line-height: 22px;
    }
    .customer-logo-block ul.trusted-logo-grid-view {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 575px) {
    .customer-logo-block ul.trusted-logo-grid-view {
        grid-template-columns: repeat(2, 1fr);
    }
}
