#sg_b.sungroup .row-products {
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px !important;
}
#sg_b.sungroup .row-products .sg_sp1_box {
  max-width: calc(33.3% - 12px) !important;
  width: 100%;
}
#sg_b.sungroup .row-products .sg_sp1_box .bg-text {
  display: none !important;
}
@media (max-width: 900px) {
  #sg_b.sungroup .row-products .sg_sp1_box {
    max-width: calc(50% - 12px) !important;
  }
}
@media (max-width: 600px) {
  #sg_b.sungroup .row-products {
    gap: 10px !important;
  }
}
@media (max-width: 380px) {
  #sg_b.sungroup .row-products .sg_sp1_box {
    max-width: 100% !important;
  }
}
