@media screen and (max-width: 1200px) and (min-width:0px) {
  .aboutText {
    left: 45px;
    width: calc(100% - 90px);
    z-index: 3;
  }

  .aboutDesc p:first-child {
    width: 100%;
  }

  .aboutNumberBox {
    left: 45px;
    width: calc(100% - 90px);
  }

  .aboutImg {
    width: 95%;
    opacity: .25;
  }

  .box3List {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .box3List h1 {
    font-size: 16px;
  }

  .newsBox .newsList:last-child {
    display: none;
  }

  .newsBox .newsList {
    width: 31%;
  }
}
