[class*="wp-block-"]+.sponsor-group {
    margin-top: var(--space-40);
}

.sponsor-group {
    position: relative;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: var(--space-40);
    border-bottom: 1px solid var(--color-input-border);
}

.sponsor-group+.sponsor-group {
    margin-top: var(--space-40);
}

.sponsor-group h4 {
    text-align: center;
    margin-bottom: 1.5rem;
}

.sponsor-logos {
    gap: 24px;
}

.sponsor-group h6 {
    font-weight: 700;
    color: var(--color-secondary);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.sponsor-group .logos-grid {
    justify-content: center;
    align-items: center;
    text-align: center;
    --bs-gutter-y: 1.5rem;
}

.sponsor-group .logos-grid img {
    width: 100%;
    max-width: 207px;
    height: 116px;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 576px) {
    .sponsor-group .logos-grid img {
        max-width: 150px;
        height: 80px;
    }
}