#colophon.footer-2 #copyright .site-info {
display: flex;
justify-content: space-between; 
gap: 1rem;
}
@media screen and (max-width: 29.938em) {
#colophon.footer-2 #copyright .site-info {
flex-direction: column;
align-items: center;
margin-bottom: 2rem;
}
}