.section-ingredient{
    min-height: 100vh;
    background-color: black;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    position: relative;
}

.section-ingredient .section-header{
    margin-top: 6rem;
}

.pop-up-ingredients-slide{
    position: absolute;
    z-index: 100000;
    height: 100%;
    overflow-y: auto;
}
.pop-up-ingredients-slide [data-role="close-popup"]{
    position: absolute;
    top: 0;
    right: 10%;
    cursor: pointer;
    font-size: 2rem;
    z-index: 2;
}

.pop-up-ingredients-slide .desc-on-pop-up.mCustomScrollbar{
    max-height: 200px;
}
