footer {
    background-color: black;
    height: 164px;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.footer__wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
}

@media (max-width: 624px) {
    .footer__wrapper {
        justify-content: center;
    }
}
