@media(max-width:767px) {
    #slider {
        background-attachment: unset;
    }

    #footer ul li,
    #footer h4 {
        display: block;
        text-align: center;
    }

    .footer-logo {
        display: block;
        margin: 0 auto;
    }

    .social-media-area {
        justify-content: center;
        display: flex;
    }
}