

.photo_title {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}
.scj_photo_title {
  width: 50% !important;
}
.scj_photo_title2 {
  width: 80%;
  margin-top: 50px;
}
.photo_img_ {
  width: 100%;
}

.main_title_h2 {
  font-size: 1.6em;
  margin-top: 30px;
  margin-bottom: 20px;
}

.middle_title {
  font-size: 18px;
  line-height: 25px;
}

.main_photo_box {
  display: flex;
  margin: 80px 0;
  width: 100%;
}

.main_photo_box img {
  width: 30%;
}

.main_photo_box h2 {
  font-size: 20px;
}

.main_photo_box p {
  font-size: 14px;
}

.main_photo_box_1 > .main_photo_left {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 1%;
  width: 30%;
  text-align: right;
}

.main_photo_box_1 > .main_photo_right {
  width: 70%;
}

.main_photo_box_2 > .main_photo_left {
  width: 70%;
}

.main_photo_box_2 > .main_photo_right {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 1%;
  width: 30%;
  text-align: left;
}

/*Last Pragraph*/
.last_line_photitle {
  width: 50%;
  margin-top: 60px;
}
.graph {
  display: block;
  height: auto;
  width: 100%;
  margin: 30px auto;
}
.graph1 {
  display: none;
  height: auto;
  width: 90%;
  margin: 30px auto;
}
.last_line_photo {
  margin: auto;
  width: 90%;
  display: flex;
  justify-content: space-between;
}
.last_line_photo img {
  width: 32%;
}
.last_line_text h2 {
  font-size: 20px;
  margin-top: 30px;
  font-weight: 900;
}
.last_line_text p {
  font-size: 16px;
  line-height: 30px;
}
@media (min-width: 1025px) {
  /* .coming_soon {
    font-size: 26px;
    font-weight: 800;
    line-height: 100px;
  }

  .coming_soon p:nth-child(1) {
    font-size: 60px;
  } */
}

@media (min-width: 641px) {
  .coming_soon {
    font-size: 26px;
    font-weight: 800;
    line-height: 100px;
  }

  .coming_soon p:nth-child(1) {
    font-size: 60px;
  }

}

@media (max-width: 640px) {
  .graph{
    display: none;
  }
  .graph1{
    display: block;
  }
  /* img {
    width: 100% !important;
  } */
  .photo_title {
    font-size: 14px;
    line-height: 20px;
  }
  br {
    display: none;
  }
  span {
    display: block;
  }
  .m_scj_photo_title {
    width: 80% !important;
  }
  .main_title_h2 {
    font-size: 1.5em;
  }
  .middle_title {
    font-size: 1rem;
  }
  /*foot printer 6photo*/
  .main_photo_box {
    width: 100% !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 50px 0 20px 0;
  }
  .main_photo_box_1 > .main_photo_left {
    text-align: center;
    order: 2;
    width: 100%;
    margin-top: 30px;
  }
  .main_photo_left h2,
  .main_photo_right h2 {
    font-size: 16px;
  }
  .main_photo_left p,
  .main_photo_right p {
    font-size: 12px;
    margin-top: 15px;
    line-height: 20px;
  }
  .main_photo_right {
    width: 100% !important;
  }
  .photo_m_box {
    width: 49% !important;
  }
  .main_photo_box_2 > .main_photo_left {
    text-align: center;
    width: 100%;
    margin-top: 30px;
    order: 2;
  }
  .main_photo_box_2 > .main_photo_right {
    order: 1;
    text-align: center;
  }
  /*Last Line*/
  .last_line_photitle {
    width: 70% !important;
  }
  .last_line_text h2 {
    font-size: 16px;
    font-weight: bold;
  }
  .last_line_text p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
  }
  .last_line_photo img {
    width: 33% !important;
  }
}
