.site-footer__copyright{display: flex; justify-content: space-between;}
.copyright-text.developed{color:#ddd;font-size:12px;}
.copyright-text.developed a{color:#fff;}

@media (max-width: 767px) {
    .site-footer__copyright{
display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 10px;
}
}