.aibl-company-band { font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }
@media (max-width: 700px) {
    .aibl-company-band { grid-template-columns: 1fr; gap: 20px; }
    .aibl-company-band p { text-align: center; font-size: 13px; line-height: 1.5; }
    .aibl-company-band ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; }
    .aibl-company-band li { display: flex; align-items: center; justify-content: center; min-height: 56px; font-size: 14px; border-bottom: 1px solid #ddd9e5; }
    .aibl-company-band li:nth-last-child(-n+2) { border-bottom: 0; }
}
