.eye-footer {
    background: #EBEBEB;
    color:#212529;
    padding:40px;
}

.eye-footer a{
    color:#212529!important
}

.footer-container{
    padding:0px!important
}


@media (max-width: 600px) {
    .eye-footer {
        padding:10px;
    }
}

@media (max-width: 991px) {
    .footer-info {
        margin-bottom:15px!important;
    }
}