.sg_fix .lp-content {
  max-width: 1360px;
  width: 100%;
  margin: auto;
}

#sg_b.sungroup .nowrap {
  white-space: nowrap;
}

#sg_b.sungroup .row-products {
  background-color: #f6f6f6;
  padding: 15px;
  border-radius: 4px;
}
#sg_b.sungroup .row-products .sg_sp1_box .sg_plus_sign {
  font-weight: 600;
  color: #ff0000 !important;
  background-color: #ffffff !important;
  box-shadow: 0px 0px 4px 0px rgba(107, 107, 107, 0.25);
}
#sg_b.sungroup .row-products .sg_sp1_box:first-of-type .bg-text {
  background-color: transparent !important;
}
#sg_b.sungroup .row-products .sg_sp1_box:first-of-type .border {
  border-radius: 4px;
  border: 2px solid #dddddd;
}
#sg_b.sungroup .row-products .sg_sp1_box:last-of-type .bg-text {
  border-radius: 4px 4px 0 0 !important;
}
#sg_b.sungroup .row-products .sg_sp1_box:last-of-type .border {
  border-radius: 0 0 4px 4px !important;
  border: 2px solid #ff0000;
  border-top: 0;
}
#sg_b.sungroup .sg_title {
  font-family: Poppins, arial;
  font-size: 32px;
  color: #fff;
  background-color: #fe0000;
  border-radius: 6px;
  font-weight: bold;
  width: 100%;
  margin: 50px 0.25% 30px;
  padding: 11px 20px;
  line-height: 38px !important;
  box-sizing: border-box;
}
@media (max-width: 650px) {
  #sg_b.sungroup .sg_title {
    font-size: 25px;
    line-height: 30px !important;
    margin: 30px 0.25%;
  }
}
@media (max-width: 400px) {
  #sg_b.sungroup .sg_title {
    font-size: 20px;
    line-height: 25px !important;
  }
}
