.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
}

.footer .contacts {
    flex: 1;
}
