@media (max-width: 768px){
 .zs-category [data-element-type="column"]{
 width: 50%;
}

.zpimage-with-text-container {
 justify-content: center;
}

[data-element-type="imagetext"] .zpimage-mobile-custom figure img {
 max-inline-size: 120px !important;
}
}

@media all and (max-width:768px){
.zs-category-mobileview{
  overflow:auto;
  flex-wrap:nowrap;
}
.zs-category-mobileview [data-element-type="column"]{
  width: auto;
}
}

@media (min-width: 992px) {
.zpmyorder-header-section {
       background-color: #2f6213;
    }
}
