footer{
    display: inline-flex;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: center;
    margin-top: 10%;
    /* padding-left:20px */
    padding: 0 40px 40px 20px;

}
.anchor_footer{
    text-align: left;
}
.anchor_footer li{
    border-right:solid 1px #2f3139;
    padding:3px 10px
}
.anchor_footer ol{
    padding: 10px
}

.social{
    display: flex;
    padding: 0 10px;
    justify-content: center;

}
.face_icon, .insta_icon{
    width: 15px;
    margin-right:5px
    
}
.bee9_icon{
    position: absolute;
    right:55px;
}
@media screen and (min-width:480px){
    .anchor_footer{
        text-align: left;
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content:center;
    }
    .anchor_footer ol{
        padding: 10px;
        display: flex
    }
    
    .social{
        display: flex;
        padding: 0 10px    
    }
}
@media screen and (min-width:768px){
    footer{
        margin-top: 6%;
    }
}