.horeca_products {
    padding: 40px 0;
    background: #f7f7f7;
}

.horeca_heading {
    text-align: center;
    margin-bottom: 45px;
}

.horeca_heading h2 {
    font-size: 25px;
    font-weight: 700;
    color: #820802;
    margin-bottom: 20px;
}

.horeca_banner {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 430px 1fr;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
    margin-bottom: 45px;
}

.horeca_banner_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.horeca_banner_content {
    padding: 45px;
    display: flex;
    align-items: center;
}

.horeca_banner_content p {
    margin: 0;
    font-size: 18px;
    line-height: 1.9;
    color: #000;
    font-weight: 500;
}

.solution_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.solution_card {
    background: #fff;
    padding: 28px;
    border-radius: 16px;
    border-top: 5px solid #b71c1c;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .06);
    transition: .3s;
}

.solution_card:hover {
    transform: translateY(-8px);
}

.solution_card h4 {
    color: #000;
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 500;
}

.solution_card p {
    margin: 0;
    line-height: 1.8;
    color: #000;
    font-size: 14px;
}

.bottom_note {
    padding-top: 45px;
}

.note_line {
    width: 90px;
    height: 4px;
    background: #b71c1c;
    margin-bottom: 25px;
}

.bottom_note p {
    margin: 0;
    font-size: 18px;
    line-height: normal;
    color: #3b3b3b;
    font-weight: 400;
}

.bottom_note span {
    font-weight: 700;
    color: #b71c1c;
    font-size: 19px;
}

.highlight_text {
    font-size: 28px;
    font-weight: 800;
    color: #b71c1c;
    font-style: italic;
}


.base_gravy_section {
    padding: 90px 0px 40px;
}

.base_gravy_wrapper {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 60px;
    align-items: center;
}

.base_gravy_image {
    position: relative;
}

.base_gravy_image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 18px;
    display: block;
}

.base_gravy_content h2 {
    font-size: 30px;
    color: #820802;
    margin-bottom: 30px;
    position: relative;
    font-weight: 600;
    text-transform: capitalize;
}

.base_gravy_content h2::after {
    content: "";
    width: 70px;
    height: 4px;
    background: #820802;
    display: block;
    margin-top: 12px;
}

.base_gravy_content p {
    font-size: 16px;
    line-height: 2;
    color: #000;
    margin-bottom: 10px;
    font-weight: 500;
}



@media (min-width: 0px) and (max-width: 575px) {
    .horeca_heading h2 {
        font-size: 18px;
    }

    .horeca_products {
        padding: 0px 0;
    }

    .horeca_banner {
        margin-bottom: 0px;
    }

    .horeca_banner {
        grid-template-columns: 1fr;
    }

    .horeca_banner_content p {
        font-size: 14px;
    }

    .horeca_banner_content {
        padding: 10px;
    }


    .solution_grid {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 30px;
    }

    .solution_card p {
        font-size: 13px;
    }

    .solution_card h4 {
        font-size: 16px;
    }

    .solution_card {
        padding: 15px;
    }


    .bottom_note span {
        font-size: 15px;
    }

    .bottom_note p {
        font-size: 14px;
    }



    
    .horeca_products {
        padding: 0px 0px 0px;
    }

    .base_gravy_wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .base_gravy_section {
        padding: 50px 0px 0px;
    }

    .base_gravy_content p {
        font-size: 13px;
    }

    .base_gravy_content h2 {
        font-size: 19px;
        margin-bottom: 15px;
    }

    .base_gravy_image img {
        height: 250px;
        object-fit: contain;
    }

}

@media (min-width: 576px) and (max-width: 991px) {
    .horeca_heading h2 {
        font-size: 23px;
    }

    .horeca_banner {
        grid-template-columns: 1fr;
    }

    .horeca_banner_content p {
        font-size: 15px;
    }

    .horeca_banner_content {
        padding: 30px;
    }


    .solution_card p {
        font-size: 13px;
    }

    .solution_card h4 {
        font-size: 16px;
    }

    .solution_card {
        padding: 15px;
    }

    .bottom_note span {
        font-size: 16px;
    }

    .bottom_note p {
        font-size: 15px;
    }




    .horeca_products {
        padding: 40px 0px 0px;
    }

    .base_gravy_wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .base_gravy_section {
        padding: 50px 0px 0px;
    }

    .base_gravy_content p {
        font-size: 14px;
    }

    .base_gravy_content h2 {
        font-size: 19px;
        margin-bottom: 15px;
    }

    .base_gravy_image img {
        height: 350px;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .horeca_heading h2 {
        font-size: 23px;
    }

    .horeca_banner_content p {
        font-size: 16px;
    }

    .horeca_banner_content {
        padding: 40px;
    }



    .solution_card h4 {
        font-size: 17px;
    }

    .solution_card {
        padding: 18px;
    }


    .bottom_note span {
        font-size: 17px;
    }

    .bottom_note p {
        font-size: 16px;
    }




    .base_gravy_section {
        padding: 70px 0px 0px;
    }

    .base_gravy_content p {
        font-size: 15px;
    }

    .base_gravy_content h2 {
        font-size: 25px;
    }

    .base_gravy_image img {
        height: 400px;
    }
}