.order-wrapper .menu-item-title {
    text-transform: uppercase;
}

.order-wrapper .menu-item-description {
    color: #a5a5a5;
    text-align: center;
    font-size: 12px;
}

.order-wrapper .menu-item-link img  { 
    width: 100px;
}

.order-wrapper .menu-item-link a  { 
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-wrapper .menu-item-link {
    background: #e5e5e5;
    cursor: pointer;
    padding: 5px 10px;
    text-align: center;
    border-radius: 20px;
    margin: 20px auto;
    width: 200px;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.order-wrapper .menu-item-link.uber {
    background: #63a643;
    color: white;
}
.order-wrapper .menu-item-link.didi {
    background: #da895b;
    color: white;
}

.order-wrapper .section-subtitle::after {
    content: '';
    position: absolute;
    background: url('../assets/global/Linea_Separacion_Verde.png');
    background-size: contain;
    background-position: center;
    bottom: -30px;
    width: 100%;
    height: 20px;
    left: 0;
    background-repeat: no-repeat;
}

@media ( min-width: 320px ) and  (max-width: 1023px ) { 
    .order-wrapper .section-text {
        display: none;
    }

    .order-wrapper .section-subtitle {
        height: 40px;
    }

    .slide-order {
        background-size: cover;
    }

    .menu-item-link {
        width: 140px;
        font-size: 12px;
    }
}