@media screen and (max-width: 1200px) and (min-width:0px) {
  .iconYS {
    display: flex;
    flex-direction: column;
  }

  .iconYS .text {
    text-align: center;
    margin-top: 15px;
  }

  .productList .text img {
    display: none;
  }

  .productList .text p {
    font-size: 28px;
  }

  .productList .text span {
    font-size: 14px;
  }

  .productList .text {
    bottom: 10%;
  }

  .productListBox .cur .text {
    bottom: 20%;
  }

  .productList .text span {
    line-height: 1.5;
  }
}
