

section.Firms_Trust {
    background: var(--Text-Grey-50, #F9FAFB);
    padding-block: 35px
}

.trusted-by p {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 15px;
    padding: 0
}

.Trust_Logos_Main {
    display: flex;
    gap: 24px;
    justify-content: center
}

.Trust_Logo {
    padding: 0px
}


@media screen and (max-width:1366.51px) {
    
}

@media screen and (max-width:991px) {
   
}

@media screen and (max-width:767px) {
    .Trust_Logos_Main {
        flex-wrap: balance;
    }
}

@media screen and (max-width:580px) {
   
}

@media screen and (max-width:480px) {
    
}

@media only screen and (max-width:767px) {
    
}