#footer .footer-row:last-of-type .col-xs-12 {
    display:flex;
    justify-content:space-between;
}

@media(max-width:900px) {
    #footer .footer-row:last-of-type .col-xs-12 {
        column-gap:20px;
    }
}

@media(max-width:800px) {
    #footer .footer-row:last-of-type .col-xs-12 {
        flex-direction:column;
        justify-content:center;
        align-items:center;
        row-gap:10px;
    }
}

.mobile .fab_book_button {
    bottom: 80px;
}



