
@media (max-width: 575px) { 


.vegetables-wrapper {
    display: none;
}

.best-wrapper {
    display: none;
}

button.saladss {
   
    margin-bottom: 12px;
}


button.saladsss {
    margin-bottom: 12px;
}

@media (min-width: 576px) and (max-width: 767px) { 

.vegetables-wrapper {
    display: none;
}

.best-wrapper {
    display: none;
}

 }


@media (min-width: 768px) and (max-width: 991px) { 

.vegetables-wrapper {
    display: none;
}

.best-wrapper {
    display: none;
}

.are-wrapper {
    display: grid;
    grid-template-columns: repeat(1,1fr);
}

.vegetables-wrapper {
    display: none ;
}

.best-wrapper {
    display: none;
}
.are-wrapper {
    display: grid;
    grid-template-columns: repeat(1,1fr);
}

.stp-wrapper ul {
    margin-bottom: 7px;
}

}


@media (min-width: 992px) and (max-width: 1199px) { 

.flower {
    display: grid;
    /* grid-template-columns: 42% 58%; */
}

.are-wrapper {
    display: grid;
    grid-template-columns: repeat(1,1fr);
}
 }


@media (min-width: 1200px) { 





 }