.footer {
    background-color: rgb(250, 250, 250);
    display: flex;
    flex-direction: column;
    width: 100%;
    line-height: 1;
    align-items: center;
    box-shadow: 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    box-shadow: rgb(0 0 0 / 12%) 0px 1px 2px, rgb(0 0 0 / 5%) 0px 0px 0px 1px;
}

.footerContent {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1;
    min-height: 48px;
    padding-left: 16px;
    padding-right: 16px;
    column-count: 2;
    column-gap: 16px;
}

.footerContent>a {
    text-decoration: none;
    color: rgb(59, 59, 59);
}