#footer-outer .widget{
    margin-bottom: 10px;
}
#footer-outer .widget h4{
    margin-bottom: 0px;
}
#footer-outer .widget_media_image a img{
    width: 75%;
}
#footer-widgets .social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
}
#footer-widgets .social i{
    font-size: 22px;
}
/* Cookie Bar Begins */
.wcc-consent-bar .wcc-notice{
    padding-left: 50px;
}

@media (max-width: 767px) {
    .wcc-consent-bar .wcc-notice-des {
        max-height: 40vh;
        overflow-y: hidden;
    }
    .wcc-consent-bar .wcc-notice{
        padding-left: 0px;
    }
}
/* Cookie Bar Ends */