.online_order_bar {
    text-align: center;
    margin-top: 20px;
}

.online_order_bar a {
    background-color: #910000;
    font-size: 18px;
    padding: 20px 35px;
    border-radius: 4px;
    font-weight: bold;
    color: white;
}

@media (max-width: 992px) {

    .online_order_bar {
        text-align: center;
        margin-bottom: -20px !important;
        padding-top: 10px !important;
    }

    .online_order_bar a {
        font-size: 12px !important;
        padding: 10px 15px !important;
    }
}