.armor_footer_left {
    margin: 12px auto 12px auto; 
    text-align: left; 
    color: #fefefe;
}

.armor_footer_right {
    margin: 12px auto 12px auto; 
    text-align: right; 
    color: #fefefe;
}


@media screen and (max-width: 950px) {
    /* mobile version */
    .armor_footer, .armor_contact_footer {
        bottom: 50px;
    }
}

@media screen and (max-width: 865px) {
    /* mobile version */
    
    .armor_footer, .armor_contact_footer {    
       flex-direction: column;
    }
}

@media screen and (min-width: 866px) {
    .armor_footer, .armor_contact_footer {
        flex-direction: row;
    }
}

.armor_footer {
    background-color: #454545; 
    display: flex;
}

.armor_contact_footer {
    background-color: #454545;
    display: flex;
    bottom: 0;
    position: absolute;
    width: -webkit-fill-available;
}