@media all and (max-width: 768px) {
    div.ecloz_order_eshops_module_container h3 {
        font-size: 16px !important;
    }

    div.ecloz_order_eshops_module_container H4 {
        font-size: 14px !important;
    }

    div.ecloz_order_eshops_module_container div.d-flex {
        gap: 10px;
    }

    div.ecloz_order_eshops_module_container img {
        margin: 0 !important;
    }

    a.find-products-link:first-of-type {
        margin-right: unset !important;
    }

    .ecloz_order_eshops_module_container div {
        flex-direction: column;
    }
}

@media all and (min-width: 1024px) {
    div.ecloz_order_eshops_module_container h3 {
        font-size: 22px !important;
    }
}

div.ecloz_order_eshops_module_container {
    background: #fff;
    padding: 30px;
    border-radius: 25px;
    border: 2px solid #00583D;
    max-width: 550px;
    margin: 0 auto;
}

div.ecloz_order_eshops_module_container H3,
div.ecloz_order_eshops_module_container H4 {
    text-align: center;
}

div.ecloz_order_eshops_module_container h3 {
    font-family: 'Poppins', 'sans-serif' !important;
    font-weight: 600 !important;
    color: #000000 !important;
    text-transform: unset !important;
}

div.ecloz_order_eshops_module_container H4 {
    font-family: 'Poppins', 'sans-serif' !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 1.25rem;
    margin-bottom: 1em;
    color: #000000 !important;
}

.find-products-link {
    text-align: center;
}

.find-products-link img {
    width: 90%;
}