
.footer .footer__copyright-content {
    color: #9797BD;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
.footer .footer__copyright-content {
    float: right;
}
}