@media screen and (max-width: 992px) and (min-width:0px) {
  .banner {
    width: 100%;
    position: relative;
  }

  .media_phone {
    position: relative;
  }

  .bannerTxt {
    top: 100px;
    left: 5%;
    width: 90%;
  }

  .box3 .aboutText p {
    font-size: 16px;
    line-height: 1.5;
  }

  .box3 .aboutText {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 0px;
  }

  .box3 .aboutLeft a {
    width: 160px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
}
