        .trusted-by-section {
            padding: 30px 0 !important;
        }
        
        .trusted-by-section__title {
            color: #282828;
            font-feature-settings: 'liga' off, 'clig' off;
            font-family: 'League Spartan', sans-serif;
            font-size: 40.723px;
            font-style: normal;
            font-weight: 400;
            line-height: 80%;
            /* 32.578px */
            letter-spacing: -2.036px;
            text-align: center;
            margin-bottom: 22px;
        }
        
        .trusted-by-section__logos {
            display: grid;
            grid-template-columns: repeat(12, 1fr);
            column-gap: 7px;
            row-gap: 12px;
            justify-items: center;
            align-items: center;
            max-width: calc(100% - 236px);
            /* 118px left + 118px right */
            margin-left: 118px;
            margin-right: 118px;
            margin-top: 0;
            margin-bottom: 0;
        }
        
        .trusted-by-section__logo {
            width: 80px;
            height: 80px;
            background: #F0F0F0;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        
        .trusted-by-section__logo img {
            max-width: 50px;
            max-height: 40px;
            object-fit: contain;
            display: flex;
            justify-content: center;
            align-items: center;
            align-content: center;
        }
        
        @media (max-width: 991px) {
            .trusted-by-section__logos {
                grid-template-columns: 1fr 1fr 1fr 1fr !important;
                justify-content: center !important;
                align-items: center !important;
                max-width: 100% !important;
            }
        }