/*order-option*/
/*order-option*/
.superDM-img-text-list {
  background-color: #f4f4f4;
}
.superDM-img-text-list .superDM-img-text-list-container {
  padding: 70px 0px;
}
.superDM-img-text-list .superDM-img-text-list-container .top .title {
  color: #000;
  margin-bottom: 25px;
}
.superDM-img-text-list .superDM-img-text-list-container .top .description {
  color: #252728;
  text-align: justify;
  margin-bottom: 46px;
}
.superDM-img-text-list .superDM-img-text-list-container .rightTxt {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.superDM-img-text-list .superDM-img-text-list-container .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.superDM-img-text-list .superDM-img-text-list-container .bottom .bottom-left {
  width: 45%;
}
.superDM-img-text-list .superDM-img-text-list-container .bottom .bottom-left .bottom-title {
  color: #000;
  text-align: justify;
  margin-bottom: 25px;
}
.superDM-img-text-list .superDM-img-text-list-container .bottom .bottom-left .bottom-list {
  color: #252728;
  text-align: justify;
}
.superDM-img-text-list .superDM-img-text-list-container .bottom .bottom-left .bottom-list .list-item {
  padding-left: 20px;
  position: relative;
}
.superDM-img-text-list .superDM-img-text-list-container .bottom .bottom-left .bottom-list .list-item .dot {
  font-size: 30px;
  position: absolute;
  top: -8px;
  left: 8px;
}
.superDM-img-text-list .superDM-img-text-list-container .bottom .bottom-right {
  width: 45%;
}
.superDM-img-text-list .superDM-img-text-list-container .bottom .bottom-right .Innovative-product-bg {
  position: relative;
}
.superDM-img-text-list .superDM-img-text-list-container .bottom .bottom-right img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.superDM-img-text-list .superDM-img-text-list-container .bottom .bottom-right video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.superDM-img-text-list .superDM-img-text-list-container .bottom .bottom-right .video-play {
  height: 0;
}
.superDM-img-text-list .superDM-img-text-list-container .bottom .bottom-right .video-play .popup-video-button {
  width: 45px;
  position: absolute;
  bottom: 24px;
  right: 24px;
}
@media screen and (max-width: 1280px) {
  .superDM-img-text-list .superDM-img-text-list-container .bottom .bottom-right .video-play .popup-video-button {
    width: 36px;
  }
}

@media screen and (max-width: 1500px) {
  .superDM-img-text-list .superDM-img-text-list-container .top .description {
    margin-bottom: 25px;
  }
  .superDM-img-text-list .superDM-img-text-list-container .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .superDM-img-text-list .superDM-img-text-list-container .bottom .bottom-left {
    width: 100%;
  }
  .superDM-img-text-list .superDM-img-text-list-container .bottom .bottom-right {
    width: 100%;
  }
  .superDM-img-text-list .superDM-img-text-list-container .bottom .bottom-right img {
    margin-bottom: 25px;
  }
  .superDM-img-text-list .superDM-img-text-list-container .bottom .bottom-right video {
    margin-bottom: 25px;
  }
}/*order-option*/
/*order-option*/
@media screen and (max-width: 991px) {
  .superDM-img-text-list {
    background-color: #f4f4f4;
  }
  .superDM-img-text-list .superDM-img-text-list-container {
    padding: 42px 0px 46px 0px;
  }
  .superDM-img-text-list .superDM-img-text-list-container .top {
    width: 100%;
  }
  .superDM-img-text-list .superDM-img-text-list-container .top .title {
    color: #000;
  }
  .superDM-img-text-list .superDM-img-text-list-container .top .description {
    color: #252728;
    text-align: justify;
  }
  .superDM-img-text-list .superDM-img-text-list-container .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .superDM-img-text-list .superDM-img-text-list-container .bottom .bottom-left {
    width: 100%;
  }
  .superDM-img-text-list .superDM-img-text-list-container .bottom .bottom-left .bottom-title {
    color: #000;
    text-align: justify;
    margin-bottom: 24px;
  }
  .superDM-img-text-list .superDM-img-text-list-container .bottom .bottom-left .bottom-list {
    color: #252728;
    text-align: justify;
  }
  .superDM-img-text-list .superDM-img-text-list-container .bottom .bottom-left .bottom-list .list-item {
    padding-left: 20px;
    position: relative;
  }
  .superDM-img-text-list .superDM-img-text-list-container .bottom .bottom-left .bottom-list .list-item .dot {
    font-size: 30px;
    position: absolute;
    top: -8px;
    left: 8px;
  }
  .superDM-img-text-list .superDM-img-text-list-container .bottom .bottom-right {
    width: 100%;
  }
  .superDM-img-text-list .superDM-img-text-list-container .bottom .bottom-right img {
    width: 100%;
    margin-bottom: 25px;
  }
  .superDM-img-text-list .superDM-img-text-list-container .bottom .bottom-right video {
    width: 100%;
    margin-bottom: 25px;
  }
}