.footer-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    opacity: 0.2;
}

@media (max-width: 768px) {
    .footer-bg {
        background-size: 90%;
    }
}