.footer {
    background: none;
}
.footer .container {
    border-top: 1px solid #ffffff;
    padding: 50px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px -1px 0px 0px rgb(0 0 0 / 15%);
}
.footer .copyright {
    display: flex;
}