.bt-logo-list-section{width:100%}.bt-logo-list{display:grid;gap:20px;grid-template-columns:repeat(3,minmax(0,1fr))}.bt-logo-list__card{align-items:center;background-color:#fff;border:1px solid #d4d6d9;border-radius:8px;box-shadow:none;box-sizing:border-box;display:flex;justify-content:center;min-height:116px;padding:10px 14px}.bt-logo-list__image{display:block;height:auto;margin:0 auto;max-height:88px;max-width:min(100%,var(--logo-max-width));object-fit:contain;width:auto}@media (max-width:991px){.bt-logo-list{gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.bt-logo-list__card{min-height:106px;padding:10px 12px}}@media (max-width:767px){.bt-logo-list{gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.bt-logo-list__card{border-radius:8px;max-height:60px;padding:8px 10px}.bt-logo-list__image{display:block;height:auto;margin:0 auto;max-width:min(100%,var(--logo-max-width-sp));object-fit:contain;width:auto}}