.status .title_ele {
  text-align: center !important;
}

.status {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .status {
    margin-top: 85px;
  }
}
.status_inner {
  background-color: #f5f8fb;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .status_inner {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .status_inner {
    padding-top: 98px;
    padding-bottom: 140px;
  }
}
.status_thumb {
  width: 100%;
  margin-top: 24px;
}
@media screen and (min-width: 1025px) {
  .status_thumb {
    margin-top: 40px;
  }
}
.status_thumb_img {
  width: 768px;
}
@media screen and (min-width: 768px) {
  .status_thumb_img {
    width: 100%;
  }
}
.status_thumb img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p_pipeline + footer .contact {
    margin-top: 0;
  }
}
.p_pipeline .pipeline {
  padding-bottom: 84px;
}
@media screen and (min-width: 768px) {
  .p_pipeline .pipeline {
    padding-bottom: 200px;
  }
}

/*# sourceMappingURL=pipeline.css.map */
