footer {
    height: 150px;
    background-color: oklab(26.611% 0.00202 -0.00712);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.kolumna {
    display: flex;
    flex-direction: column;
    margin-inline: 50px;
    text-align: center;
}

b {
    color: #e2e4e9;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1;
    margin-bottom: 5px;
}

@media (max-width: 700px) {
    footer {
        height: 200px;
        font-size: 0.85rem;
    }

    .kolumna {
        margin-inline: 20px;
        row-gap: 10px;
    }

}