#advantage3-section{
  margin-bottom: 50px;
}

.sub-advantage-img3-1{
  background-image: url("../img/phone/png/2x/advantage3-1.png");
}

.sub-advantage-img3-2{
  background-image: url("../img/phone/png/2x/advantage3-2.png");
}

.sub-advantage-img3-3{
  background-image: url("../img/phone/png/2x/advantage3-3.png");
}

.factory-tour{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.tour-container{
  background: var(--lead-color);
  min-height: 150px;
  width: 100%;
  max-width: 350px;
  box-sizing: border-box;
  padding: 20px 15px;
  border-radius: 5px;
}

.tour-title{
  font-size: 17pt;
  font-weight: bold;
  margin-bottom: 15px;
}

.tour-detail-container{
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
}

.tour-gallery{
  width: 160px;
  display: flex;
}

.tour-img{
  width: 70px;
  margin-right: 5px
}

.tour-img img{
  width: 100%;
}

.tour-detail-msg{
  width: 150px;
  font-size: 12pt;
  font-weight: bold;
}