.total_out_box {
  width: 100%;
  height: 375px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.img_box {
  width: 31%;
  height: 100%;
}
.info_box {
  background-color: #0F77ED;
  height: 100%;
  width: 68%;
  position: relative;
  padding: 50px 180px 50px 50px;
}
.background_img {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 134px;
  height: 150px;
}
.info_title_text {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}
.service_detail_box {
  padding-top: 42px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
}
.ball_style {
  width: 12px;
  height: 12px;
  background-color: #D4B523;
  border-radius: 50%;
  margin-right: 9%;
}
.mid_fenge {
  width: 100%;
  height: 90px;
}
.info_box2 {
  background-color: #E6E6E6;
  height: 100%;
  width: 68%;
  position: relative;
  padding: 50px 180px 50px 50px;
}
.info_title_text2 {
  font-size: 28px;
  color: #333;
  font-weight: bold;
}
.info_detail_text2 {
  font-size: 12px;
  font-weight: 400;
  color: #333;
  padding-top: 42px;
  line-height: 2;
}
.info_detail_text {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  padding-top: 42px;
  line-height: 2;
}
