.page-footer__copyright {
    background: #222F43;
    padding: 17px 0 15px;
}
.copyright-con {
    display: flex;
    justify-content: center;
}
.copyright-text {
    max-width: 947px;
    color: #777A86;
    text-align: center;
    font-family: var(--inter);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width: 768px) {
    .page-footer__copyright {
        padding: 10px 0 6px;
    }
}
