.sgkv {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 3% 0;
}
.sgkv__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .sgkv__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.sgkv__flex .leftTxt {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 3% 0;
  text-align: center;
}
@media (min-width: 992px) {
  .sgkv__flex .leftTxt {
    width: 40%;
  }
}
.sgkv__flex .leftTxt h1 {
  font-size: 36px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .sgkv__flex .leftTxt h1 {
    font-size: 60px;
  }
}
.sgkv__flex .leftTxt h2 {
  font-size: 30px;
}
.sgkv__flex .leftTxt .starIcon {
  display: block;
  width: 50%;
  max-width: 160px;
  margin: 0 auto;
}
.sgkv__flex .rightImg {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .sgkv__flex .rightImg {
    width: 60%;
  }
}

.superProduct {
  display: block;
  width: auto;
}
.superProduct h2 {
  font-size: 20px;
  text-align: center;
  background: #FFF;
  border-radius: 15px;
  padding: 10px;
}
@media (min-width: 992px) {
  .superProduct h2 {
    font-size: 30px;
  }
}

.row-line {
  display: block;
  width: 90%;
  height: 1px;
  background-color: #ccc;
}/*# sourceMappingURL=sg-kv.css.map */