.bg_footer{
    color: #E9E5DD;
    height: auto;
}

.bg_footer a{
    color: #E9E5DD;
    text-decoration: none;
    display: block;
    margin-top: 8px;
}

.title_links h4{
    color: #BEB093;
}

.bg_shadow_footer{
    background-image: url("../images/almadany_logo_shadow.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 680px;
    height: 680px;
    top: -84px;
    right: 0px; 
    z-index: 0;
}
.title_links{
    position: relative;
    z-index: 1;
}
@media (max-width: 768px) {
    .title_links{
        padding: 0px 20px;
    }
    .footer_logo{
        padding: 0px 20px;
    }
    .title_links .col-md-6{
        margin-top: 20px;
    }
    .w_50_m{
        width: 50%;
    }
    .bg_footer {
        padding-top: 0px !important;
    }
}