@media (min-width: 320px) and (max-width: 767px){
    .row.flower_up img {
        display: none;
    }
    .hide-m {
        display: none;
    }
}

@media(max-width: 767px) { 
    .items-center.justify-between {
        padding: 0px 10px !important;
    }
    .js-cookie-consent.cookie-consent.fixed.bottom-0.inset-x-0.pb-2 {
        margin: 20px !important;
    }
}