.food-menu-wrapper .menu-title{
    font-size: 24px;
    line-height: 40px;
}

.food-menu-wrapper .g-40{
    gap: 40px;
    margin-bottom: 30px;
}

.food-menu {
    gap: 4px;
}

.food-menu .menu-item {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #F4F4F4E5;
}

.food-menu .menu-item span {
    font-weight: 500;
}

.food-menu .menu-item .text-secondary {
    color: #595959 !important;
}

@media only screen and (max-width: 768px) {
    .food-menu-wrapper .menu-title {
        font-size: 20px;
        line-height: 31px;
    }

    .food-menu-wrapper .g-40 {
        gap: 32px;
    }
}
