.footer-btns{
    float:left;
    width:100%;
    position:fixed;
    bottom:0;
    left:0;
    background:rgba(53, 46, 42, 1);
    display:flex;
    flex-direction:row;
    padding:15px 10px;
    box-sizing:border-box;
    z-index:99;
    gap:5px;
}
.footer-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    width:25%;
    gap:10px;
}
.footer-box.bigger{
    margin-top:-50px;
}
.footer-box span{
    color:rgba(150, 137, 113, 1);
    font-size:11px;
    text-transform:uppercase;
}