.intro h2{
    margin-top: 36px;
}

.intro .container-p{
    margin-top: 48px;
}

.row{
    margin-top: 28px;
}

.row .btn{
    display: block;
    margin-top: 19px;
}

.concepts{
    margin-top: 60px;
}

#reservation{
    margin-top: 80px;
}

#deux-menus{
    margin-top: 90px;
    margin-bottom: 60px;
}

#deux-menus > div{
    margin-top: 36px;
    row-gap: 44px;
}

#deux-menus h3{
    margin-top: 0;
}

#deux-menus > div > div .btn{
    margin-top: 22px;
    display: block;
}

#deux-menus .burgershop p{
    margin-top: 0;
}

#deux-menus h3{
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: none;
}

#deux-menus ul{
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    row-gap: 10px;
}

.tacoshop{
    margin-top: 52px;
}