#main-footer{
    background-color: var(--main-color-4);
    padding: 30px 0px;
}

.footer-box a{
    text-align: center;
    margin-bottom: 10px;
}

.footer-box p{
    text-align: center;
}

.footer-box{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

#main-footer img{
    max-height: 70px;
    width: auto;
}

.conditions-footer-box{
    margin-top: 20px;
}

.conditions-footer-box .footer-box{
    margin-bottom: 0px;
}



/* ___________ MEDIA QUERIES _________*/

@media (max-width: 992px){
    
    .newsletter-footer-box{
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    
    .conditions-footer-box{
        -webkit-box-ordinal-group:5;
        -ms-flex-order:4;
        order:4;
    }
    
}