.as-fb-mobile-bar {
    display: none;
}

@media (max-width: 768px) {
    body {
        padding-bottom: 70px; 
    }
    .as-fb-mobile-bar {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #e9e5dc;
        justify-content: space-around;
        align-items: center;
        padding: 10px 0;
        z-index: 99999;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
        border-radius: 30px 30px 0px 0px;
        border-top: 6px solid #333;
    }

    .as-fb-mobile-bar a {
        color: #1d3353;
        text-decoration: none;
        text-align: center;
        font-size: 12px;
        /* font-family:  "Manrope", Sans-serif; */
        font-family: 'Heebo', sans-serif;
    }

    .as-fb-mobile-bar i {
        display: block;
        font-size: 20px;
        margin-bottom: 4px;
    }
}
