

.ingredients-5847 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
}

.ingredients-5847__nbsp {
    display: inline;
    margin: 0;
    padding: 0;
}

.ingredients-5847__item {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 32%;
    padding: 8px 50px;
    margin: 0;

    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: -0.01em;
    color: #FFF;

    background-color: #000;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.ingredients-5847__item--red {
    background-color: #C53633;
}

.ingredients-5847__item--green {
    background-color: #84AB2C;
}

.ingredients-5847__item--pink {
    background-color: #B63553;
}
/*--------- Begin Jessy style for adaptive in Tba and Mobile ----------*/
@media screen and (max-width: 1024px) {
        .product-table td {
            font-size: 13px !important;
            line-height: 17px !important;
            padding: 15px 5px 15px 5px !important;
        }

        .product-table td:last-child {
            padding-right: 5px;
        }
    }

/*--------- End Jessy style for adaptive in Tba and Mobile ----------*/
@media screen and (max-width: 768px) {
    .ingredients-5847 {
        flex-direction: column;
        margin-bottom: 0;
    }

    .ingredients-5847__item {
        max-width: 324px;
        width: 100%;
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 15px;
    }
    /*--------- Begin Jessy style for adaptive in Tba and Mobile ----------*/
        .product-table td {
            padding: 10px 5px 10px 5px !important;
        }

        .product-table td:last-child {
            padding-right: 5px !important;
        }
    /*--------- End Jessy style for adaptive in Tba and Mobile ----------*/
}

@media screen and (max-width: 345px) {
    .ingredients-5847__item {
        max-width: 290px;
        padding: 8px 35px;
        margin-bottom: 15px;
    }
}