.footer_alignment:has(img):after {
    content: "";
/* display: block; */
  width: 150px;
    height: 150px;
    margin: 0 auto 20px auto;
    background-image: url(https://cdn.salla.network/cdn-cgi/image/fit=scale-down,width=200,height=200,onerror=redirect,format=auto/images/sbc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.footer_alignment:has(img):after {
    content: "";
    /* display: block; */
    width: 150px;
    height: 150px;
    margin: 0 auto 20px auto;
    background-image: url(https://cdn.salla.network/cdn-cgi/image/fit=scale-down,width=200,height=200,onerror=redirect,format=auto/images/sbc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}