.footer__sheild-logo {
    margin: 0 auto;
}
.footer__sheild-logo > img {   
   max-width: 15rem;
   width: 100%;   
   height: auto;
}
@media only screen and (max-width: 1023px) {
    .footer__sheild-logo {
        text-align: center;
    }
}