@media only screen and (min-width: 751px) and (max-width: 1024px) {
  body {
    /* overflow-x: hidden; */
  }

  .platform_title, .platform_title_text {
    font-size: 28px;
    font-weight: 600;
  }

  .platform_img {
    width: 66.7vw;
    height: 46.11vw;
    margin: 30px auto 0;
  }

  .product_margin {
    margin: 42px 20px 0 20px;
  }

  .product_wrap {
    width: 100%;
    overflow: hidden;
    padding: 60px 0;
    background: #152437 !important;
  }

  .grid_img {
    width: 50px;
    height: 50px;
  }

  .product_mobile_img {
    width: 335px;
    display: none;
    height: 314px;
    margin: 30px auto;
  }

  .custom-indicators {
    display: flex;
  }

  .product_grid_list {
    padding: 0;
    display: flex;
  }

  .product_mobile_list {
    display: none;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0;
    transition: transform 0.5s ease-in-out;
  }

  .custom-indicators {
    margin-top: 20px;
    display: flex !important;
  }

  .product_list {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
    grid-gap: 0;
    display: flex;
    justify-content: unset;
    transition: transform 0.5s ease-in-out;
  }

  .product_item {
    flex: 0 0 100%;
  }

  .product_mobile_wrap {
    width: 95.2%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .product_mobile_list>div {
    display: flex;
    flex: 0 0 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .grid_img {
    width: 65px;
    height: 65px;
  }

  .product_grid_title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .product_grid_sub {
    font-size: 14px;
  }

  video {
    /* display: none; */
  }

  .product_grid_right {
    width: 100%;
  }

  .product_grid_item {
    padding: 0;
    flex: 1 0 20%;
    margin-bottom: 16px;
  }

  .core_content {
    padding: 0 40px;
  }

  .core_inner_wrap {
    padding: 18px;
  }

  .core_content_img {
    right: 0;
    top: 28px;
    width: 70px;
    height: 70px;
  }

  .core_inner_title {
    font-size: 20px;
  }

  .core_list {
    grid-gap: 0;
    padding: 0 40px;
  }

  .screen_content_item {
    padding: 0 40px;
  }

  .screen_middle_item {
    z-index: 1;
    position: relative;
  }

  .commit_title {
    font-size: 24px;
  }

  .core_item {
    line-height: 24px;
  }

  .screen_img {
    width: 54.2vw;
    height: 41.7vw;
    margin: 12px auto 0;
  }

  .screen_right_img {
    width: 19vw;
    object-fit: cover;
  }

  .screen_content_right {
    width: 30vw;
    height: 13.2vw;
  }

  .screen_content_right, .screen_content_left {
    font-size: 1.2em;
  }

  .screen_left_img {
    width: 19vw;
    margin: 0 5% 0 0;
  }

  .screen_content_left {
    width: 30vw;
    height: 13.2vw;
  }
}