@media screen and (max-width: 1600px) and (min-width:0px) {
  .iconYS .text {
    font-size: 18px;
  }
}

@media screen and (max-width: 1440px) and (min-width:0px) {
  .iconYS .text {
    font-size: 16px;
  }

  .FZLC_Box {
    position: relative;
    width: 100%;
    margin-top: 45px;
        padding: 45px;
  }

  .box3 .aboutLeft {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .box3 .aboutRight {}

  .box3 .aboutText {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 45px;
  }


}
