 @media(min-width: 200px) { .services-list.flex.flex-col { display: grid !important; grid-template-columns: repeat(3, 1fr); gap: 0.5rem; }
.services-list.flex.flex-col .service {
    grid-column: span 3;
}

.services-list.flex.flex-col .service > div {
    height: 100%;
}

.services-list.flex.flex-col .

.services-list.flex.flex-col .service {
    grid-column: span 3;
}

.services-list.flex.flex-col .service > div {
    height: 100%;
}

.services-list.flex.flex-col .service > .mb-2 {
    margin-bottom: 0 !important;
}

.services-list.flex.flex-col #col-small.service {
    grid-column: span 1;
}

:is(.dark .dark\:bg-white\/5) {
    background-color: #14141480 !important;
    transition: transform 0.3s ease-in-out;
}

.mb-2 {
    margin-bottom: calc(var(--spacing) * 0);
}

#Odstępy Na Wigetach

.mr-3 { 
    margin-right: calc(var(--spacing) * 2); 
}

.dark\:bg-theme-900\/50:is(.dark *) {
    background-color: 
 color-mix(in oklab, rgb(var(--color-900) / 1) 50%, transparent);
}

.dark\:bg-theme-900\/20:is(.dark *) {
    background-color: 
 color-mix(in oklab, rgb(var(--color-900) / 1) 50%, transparent);
}