.footer {
    background: #231F20; /* Asseco/Black */
    padding: 0 50px;
    height: 92px;
    position: relative;
}

.footer__logo {
    position: relative;
    top: 19px;
}

.footer__copyrights {
    /* Other/Dark Grey */
    color: #A7A5A6;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
