.horeca .horeca_section {
    padding: 40px 0;
    background: #f6f7fb;
}

.horeca .horeca_heading {
    text-align: center;
    margin-bottom: 40px;
}

.horeca .horeca_heading span {
    display: inline-block;
    background: #d62828;
    color: #fff;
    padding: 10px 25px;
    border-radius: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.horeca .horeca_heading h2 {
    font-size: 34px;
    font-weight: 700;
    color: #820802;
}

.horeca .problem_wrapper {
    margin-bottom: 40px;
}

.horeca .problem_wrapper h3 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 45px;
    font-weight: 600;
}



.horeca .problem_card {
    background: #fff;
    padding: 20px;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
    transition: .3s;
    height: 100%;
}

.horeca .problem_card:hover {
    transform: translateY(-10px);
}

.horeca .icon {
    width: 70px;
    height: 70px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 30px;
    margin-bottom: 25px;
    margin: 0 auto 20px;
    box-shadow: 0 3px 12px rgb(130 8 2);
}

.horeca .problem_card h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #222;
    text-align: center;
    font-weight: 600;
}

.horeca .problem_card p {
    line-height: 1.9;
    color: #282828;
    font-size: 15px;
    text-align: center;
}

.horeca .content_box {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
    border-left: 8px solid #820802;
}

.horeca .content_box h3 {
    color: #820802;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 500;
}

.horeca .content_box p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #464646;
}

.horeca .solution_box {
    background: linear-gradient(301deg, #fff, #fff);
    padding: 30px;
    border-radius: 20px;
    color: #000;
    border: 1px solid #820802;
}

.horeca .solution_heading {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.horeca .solution_heading span {
    font-size: 24px;
}

.horeca .solution_heading h2 {
    margin: 0;
    font-size: 24px;
}

.horeca.solution_box>p {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 10px;
}

.horeca .highlight {
    background: #fff0f0;
    color: #333;
    padding: 20px;
    border-radius: 15px;
    margin: 20px 0px 0px;
}

.horeca .highlight h3 {
    color: #820802;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 600;
}

.horeca .highlight p {
    line-height: 2;
    margin: 0;
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

.horeca .product_section {
    background: rgb(130 8 2);
    padding: 20px;
    border-radius: 15px;
    margin: 20px 0px;
}

.horeca .row_holder {
    margin: 30px 0px 30px;
}

.horeca .img_inner_div {

    height: 100%;
}

.horeca .img_inner_div .inner_img {
    width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: fill;
}

.horeca .product_section h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #fff;
}

.horeca .product_section p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.horeca .bottom_box {
    background: #fff;
    color: #333;
    padding: 35px;
    border-radius: 15px;
}

.horeca .bottom_box h3 {
    color: #d62828;
    margin-bottom: 20px;
}

.horeca .bottom_box p {
    margin: 0;
    line-height: 2;
}


@media (min-width: 0px) and (max-width: 576px) {
    .horeca .horeca_heading h2 {
        font-size: 18px;
    }


    .horeca .problem_wrapper {
        margin-bottom: 20px;
    }

    .horeca .horeca_heading {
        margin-bottom: 20px;
    }

    .horeca .problem_card {
        padding: 10px;
    }

    .horeca .icon {
        width: 60px;
        height: 60px;
    }

    .horeca .problem_wrapper h3 {
        font-size: 15px;
        margin-bottom: 19px;
    }

    .horeca .problem_card p {
        font-size: 14px;
    }

    .horeca .problem_card h4 {
        font-size: 14px;
    }


    .horeca .highlight h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .horeca .highlight {
        padding: 10px;
    }


    .horeca .product_section h3 {
        font-size: 18px;
    }

    .horeca .product_section {
        padding: 10px;
    }

    .horeca .solution_heading h2 {
        font-size: 16px;
    }

    .horeca .content_box h3 {
        font-size: 20px;
    }

    .horeca .content_box {
        padding: 15px;
    }


    .horeca .solution_box {
        padding: 10px;
    }

    .horeca .solution_box p {
        font-size: 14px;
        line-height: unset;
    }


    .horeca .content_box h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .horeca .content_box p {
        font-size: 14px;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {
    .horeca .horeca_heading h2 {
        font-size: 23px;
    }


    .horeca .problem_wrapper {
        margin-bottom: 20px;
    }

    .horeca .horeca_heading {
        margin-bottom: 20px;
    }

    .horeca .problem_card {
        padding: 10px;
    }

    .horeca .icon {
        width: 60px;
        height: 60px;
    }

    .horeca .problem_wrapper h3 {
        font-size: 18px;
    }

    .horeca .problem_card p {
        font-size: 14px;
    }

    .horeca .problem_card h4 {
        font-size: 14px;
    }




    .horeca .solution_heading h2 {
        font-size: 20px;
    }

    .horeca .content_box h3 {
        font-size: 20px;
    }

    .horeca .content_box {
        padding: 24px;
    }


    .horeca .solution_box {
        padding: 10px;
    }

    .horeca .solution_box p {
        font-size: 14px;
    }


    .horeca .content_box h3 {
        font-size: 21px;
    }

    .horeca .content_box p {
        font-size: 15px;
    }

}

@media (min-width: 768px) and (max-width: 1199px) {
    .horeca .horeca_heading h2 {
        font-size: 27px;
    }

    .horeca .horeca_heading {
        margin-bottom: 20px;
    }

    .horeca .problem_card {
        padding: 15px;
    }

    .horeca .problem_wrapper h3 {
        font-size: 22px;
    }

    .horeca .problem_card p {
        font-size: 14px;
    }

    .horeca .problem_card h4 {
        font-size: 15px;
    }





    .horeca .product_section h3 {
        font-size: 20px;
    }

    .horeca .solution_heading h2 {
        font-size: 20px;
    }

    .horeca .content_box h3 {
        font-size: 20px;
    }

    .horeca .content_box {
        padding: 24px;
    }


    .horeca .solution_box {
        padding: 20px;
    }

    .horeca .solution_box p {
        font-size: 14px;
    }


    .horeca .content_box h3 {
        font-size: 21px;
    }

    .horeca .content_box p {
        font-size: 15px;
    }

}


@media (min-width: 1200px) and (max-width: 1399px) {
    .horeca .horeca_heading h2 {
        font-size: 31px;
    }

    .horeca .problem_card {
        padding: 16px;
    }

    .horeca .problem_wrapper h3 {
        font-size: 24px;
    }

    .horeca .solution_box {
        padding: 24px;
    }

    .horeca .solution_box p {
        font-size: 15px;
    }

    .horeca .solution_heading h2 {
        font-size: 22px;
    }

    .horeca .content_box h3 {
        font-size: 21px;
    }

    .horeca .content_box p {
        font-size: 15px;
    }
}