section.solution {
  background: #e21b22;
  padding: 70px 0 0 0;
}

.solution_img img {
  margin-bottom: 70px;
}

.solution_text {
  padding: 280px 0;
}

.solution_text p {
  color: #fff;
  font-size: 18px;
  text-transform: none;
}

.solution_text h5 {
  color: #fff;
  font-size: 26px;
}

.status {
  padding: 60px 0;
}

.status_img > a > img {
  width: 100%;
}

.status_img > .status_last > div {
  height: 170px;
}

.status_img > .status_last > div > h5 {
  margin-bottom: 0;
}

.status_img > a > div {
  display: flex;
  height: 120px;
  text-align: center;
  flex-direction: column-reverse;
}

.status_img > a > div > span {
  text-align: center;
}

@media(min-width:1200px) {
  .status_img > .status_last > img {
    width: auto;
  }

  .status_last > img:nth-child(2) {
    margin-left: 70px;
  }
}

@media(max-width:1200px) {
  .status_img > .status_last > img {
    width: 292px;
  }

  .status_img > .status_last > div {
    height: 200px;
  }
}

.status_img > a:hover {
  cursor: pointer;
  opacity: 0.5;
}

.status_img > a {
  /* display: block; */
}
.status_last{
  position: relative;
}
.status_last1, .status_last2{
  width: 50%;
  height: 100%!important;
  position: absolute;
  cursor: pointer;

}
.status_last1{
  top: 0;
  left: 0;
}
.status_last2{
  right: 0;
  top: 0;
}

.status_last1 a, .status_last2 a{
   width: 100%;
   height: 100%;
}
.last1_hover.on,.last2_hover.on{
  opacity: 0.7;
}
.status_last_f{
    display: flex;
    height: 120px;
    text-align: center;
    flex-direction: column-reverse;
}
.status_flex{
    display: flex;
    justify-content: space-between;
}
.status_img>a>div>span{
  color: #000;
}
.status_flex span{
  font-size: 15px;
  color: #000;
}