#sg_b.sungroup .sg-info {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28.8px !important;
  margin-top: 48px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
#sg_b.sungroup img {
  max-width: 100%;
  height: auto;
}
#sg_b.sungroup .sg-title {
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 16px 10px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 2px solid #c4cb0e;
  background: #d3d816;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 38.4px !important;
}
#sg_b.sungroup .sg-sec {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
  padding: 24px 48px;
  box-sizing: border-box;
  margin-top: 48px;
}
#sg_b.sungroup .sg-sec__wrap {
  max-width: 50%;
  width: 100%;
}
#sg_b.sungroup .sg-sec--rev {
  flex-direction: row-reverse;
}
#sg_b.sungroup .sg-sec img {
  max-width: 50%;
  width: 100%;
}
#sg_b.sungroup .sg-sec__title {
  text-align: left !important;
  color: #000;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.6px !important; /*  */
  margin-bottom: 48px;
}
#sg_b.sungroup .sg-sec__txt {
  text-align: left !important;
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1000px) {
  #sg_b.sungroup .sg-sec {
    flex-direction: column;
    padding: 24px 10px;
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #sg_b.sungroup .sg-sec img  {
    max-width: 100%;
  }
  #sg_b.sungroup .sg-sec__wrap {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  #sg_b.sungroup .sg-info {
    font-size: 18px;
    line-height: 26px !important;
    margin-top: 32px;
  }
  #sg_b.sungroup .sg-info br {
    display: none;
  }
  #sg_b.sungroup .sg-title {
    font-size: 24px;
    line-height: 32px !important;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  #sg_b.sungroup .sg-sec__title {
    font-size: 24px;
    line-height: 32px !important;
    margin-bottom: 32px;
  }
  #sg_b.sungroup .sg-sec {
    margin-top: 32px;
  }
}
