.sec01 .overview_img {
  margin: 0 auto;
}
.sec05 {
  background-color: #f2f2f2;
}

.sec_video {
  background: #e7e5e7;
}

.sec_video .inside {
  text-align: center !important;
  width: 92% !important;
  color: #fff !important;
}
/* sec01 */
@media (min-width: 992px) {
  .ipc_model .icon_all_grid {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 15px;
  }
  .sec_video .inside {
    text-align: center !important;
    width: 85% !important;
    color: #fff !important;
  }
  .sec05 img {
    width: 70% !important;
  }
  .sec05 .inside {
    width: 80%;
    text-align: center !important;
  }
}
