.m12-section .container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.m12-section .container .wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.m12-section .container .wrapper .pic {
  position: absolute;
  inset: auto;
}
.m12-section .container .wrapper .left-top {
  position: absolute;
  top: 5.6458333333vw;
  left: 7.1875vw;
}
.m12-section .container .wrapper .left-bottom {
  position: absolute;
  bottom: 3.6458333333vw;
  left: 7.1875vw;
}
.m12-section .container .wrapper .right-top {
  position: absolute;
  top: 5.6458333333vw;
  right: 7.1875vw;
}
.m12-section .container .wrapper .right-bottom {
  position: absolute;
  bottom: 3.6458333333vw;
  right: 7.1875vw;
}
.m12-section .container .wrapper .parameter-info {
  max-width: 35.1041666667vw;
  width: 100%;
  text-align: center;
  color: var(--white);
}
@media screen and (max-width: 767.98px) {
  .m12-section .container .wrapper .parameter-info {
    position: initial;
    max-width: none;
    padding: 0 5.1162790698vw;
    margin-top: 20.9302325581vw;
  }
}
.m12-section .container .wrapper .parameter-info.right {
  right: 7.1875vw;
}
.m12-section .container .wrapper .parameter-info.left {
  left: 7.1875vw;
}
.m12-section .container .wrapper .parameter-info .title {
  font-size: 1.875vw;
  font-weight: 300;
  line-height: 1.2;
}
@media screen and (max-width: 767.98px) {
  .m12-section .container .wrapper .parameter-info .title {
    font-size: 6.976744186vw;
    margin-bottom: 6.511627907vw;
  }
}
.m12-section .container .wrapper .parameter-info .line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--white);
}
@media screen and (max-width: 767.98px) {
  .m12-section .container .wrapper .parameter-info .line {
    display: none;
  }
}
.m12-section .container .wrapper .parameter-info .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 991px) {
  .m12-section .container .wrapper .parameter-info .row .col .info .data1{
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 767.98px) {
  .m12-section .container .wrapper .parameter-info .row {
    display: none;
  }
}
.m12-section .container .wrapper .parameter-info .row .col {
  margin-top: 1.9791666667vw;
  margin-bottom: 1.40625vw;
  text-align: left;
}
.m12-section .container .wrapper .parameter-info .row .col .title {
  font-size: 0.7291666667vw;
  font-weight: 300;
  line-height: 1.4;
}
.m12-section .container .wrapper .parameter-info .row .col .info .data,
.m12-section .container .wrapper .parameter-info .row .col .info .dot {
  font-size: 2.6041666667vw;
  font-weight: bold;
  line-height: 1.2;
}
.m12-section .container .wrapper .parameter-info .row .col .info .unit {
  font-size: 0.78125vw;
  font-weight: 600;
  line-height: 1.4;
}
.m12-section .container .wrapper .parameter-info .description {
  font-size: 0.9375vw;
  font-weight: 200;
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .m12-section .container .wrapper .parameter-info .description {
    font-size: 3.7209302326vw;
    line-height: 6.511627907vw;
  }
}
.m12-section .container .wrapper .row-mobile {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .m12-section .container .wrapper .row-mobile {
    display: block;
    position: absolute;
    bottom: 6.976744186vw;
    width: 100%;
    padding: 0 20.9302325581vw;
  }
  .m12-section .container .wrapper .row-mobile .col.col-mb {
    margin-bottom: 6.0465116279vw;
  }
  .m12-section .container .wrapper .row-mobile .col .title {
    font-size: 3.7209302326vw;
    font-weight: 300;
    line-height: 5.1162790698vw;
  }
  .m12-section .container .wrapper .row-mobile .col .info .data,
  .m12-section .container .wrapper .row-mobile .col .info .dot {
    font-size: 8.3720930233vw;
    font-weight: 700;
    line-height: 9.7674418605vw;
  }
  .m12-section .container .wrapper .row-mobile .col .info .unit {
    font-size: 3.488372093vw;
    font-weight: 600;
    line-height: 4.4186046512vw;
  }
  .m12-section .container .wrapper .row-mobile .row-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: var(--white);
  }
  .m12-section .container .wrapper .row-mobile .row-mob .col-mob {
    width: 52%;
    margin-right: -6vw;
    margin-bottom: 5vw;
  }
  .m12-section .container .wrapper .row-mobile .row-mob .col-mob .title {
    font-size: 3.7209302326vw;
    font-weight: 300;
    line-height: 5.1162790698vw;
  }
  .m12-section .container .wrapper .row-mobile .row-mob .col-mob .info .data,
  .m12-section .container .wrapper .row-mobile .row-mob .col-mob .info .dot {
    font-size: 8.3720930233vw;
    font-weight: 700;
    line-height: 9.7674418605vw;
  }
  .m12-section .container .wrapper .row-mobile .row-mob .col-mob .info .unit {
    font-size: 3.488372093vw;
    font-weight: 600;
    line-height: 4.4186046512vw;
  }
}

@media (max-width: 991px){
  .text-container{
    position: absolute;
    top: 19.3023255814vw;
    width: 92%;
    margin: 0 auto;
    .top-title{
      font-size: 6.976744186vw;
      margin-bottom: 6.511627907vw;
    }
    .top-sub-title{
      font-size: 3.7209302326vw;
    }
  }
}