/*Banner section four*/

.banner-section-four {
    display: flex;
    justify-content: center;
    padding: 5.6rem 0;
}

.banner-section-four .serving-card {
    display: flex;
    width: 90%;
    height: -moz-min-content;
    height: min-content;
    max-width: 1600px;
    background-color: #2c2c2c;
    border-radius: 3rem;
    overflow: hidden;
    padding-top: 11.8rem;
}

.banner-section-four .serving-card .left {
    flex-basis: 40%;
    padding-left: 8rem;
}

.banner-section-four .serving-card .left h3 {
    width: 88%;
    color: #F3F0E3;
    font-family: "Josefin Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 44.8px */
}

.banner-section-four .serving-card .right {
    flex-basis: 60%;
}

.banner-section-four .serving-card .right ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.9rem;
    margin-bottom: 6.1rem;
}

.banner-section-four .serving-card .right ul li {
    display: flex;
    gap: 1rem;
    align-items: center;
    color: #F3F0E3;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 25.2px */
}

.banner-section-four .serving-card .right .action-button {
    display: flex;
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
}

.banner-section-four .serving-card .right .checks {
    margin-top: 1.9rem;
    margin-bottom: 5.6rem;
}

.banner-section-four .serving-card .right .checks .check-point {
    display: flex;
    align-items: center;
}

.banner-section-four .serving-card .right .checks .check-point h6 {
    opacity: 0.8rem;
    color: var(--Brand-colors-Primary, #fff);
    text-align: center;
    font-family: "Josefin Sans", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
    letter-spacing: -0.13px;
}

@media only screen and (min-width: 320px) and (max-width: 801px) {
    .banner-section-four {
        display: flex;
        justify-content: center;
    }

    .banner-section-four .serving-card {
        display: flex;
        flex-direction: column;
        width: 90%;
        height: -moz-min-content;
        height: min-content;
        max-width: 1600px;
        background-color: #2c2c2c;
        border-radius: 3rem;
        overflow: hidden;
        margin-bottom: 10rem;
        padding-top: 11.8rem;
    }

    .banner-section-four .serving-card .left {
        flex-basis: 40%;
        padding-left: 2rem;
    }

    .banner-section-four .serving-card .left h3 {
        width: 100%;
        color: #F3F0E3;
        font-family: "Josefin Sans", sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%; /* 44.8px */
    }

    .banner-section-four .serving-card .right {
        flex-basis: 60%;
        padding-left: 1rem;
    }

    .banner-section-four .serving-card .right ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 1.9rem;
        margin-bottom: 6.1rem;
    }

    .banner-section-four .serving-card .right ul li {
        display: flex;
        gap: 1rem;
        align-items: center;
        color: #F3F0E3;
        font-family: Lato, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%; /* 25.2px */
    }

    .banner-section-four .serving-card .right ul li svg {
        flex-shrink: 0;
    }

    .banner-section-four .serving-card .right .action-button {
        display: flex;
        flex-direction: column;
        width: -moz-fit-content;
        width: fit-content;
    }

    .banner-section-four .serving-card .right .checks {
        margin-top: 1.9rem;
        margin-bottom: 5.6rem;
    }

    .banner-section-four .serving-card .right .checks .check-point {
        display: flex;
    }

    .banner-section-four .serving-card .right .checks .check-point h6 {
        opacity: 0.8rem;
        color: var(--Brand-colors-Primary, #fff);
        text-align: center;
        font-family: "Josefin Sans", sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 153.846% */
        letter-spacing: -0.13px;
    }
}

/*End of banner section four*/
