@media screen and (max-width: 992px) and (min-width:0px) {
  .bannerText {
    top: 15%;
  }

  .bannerText h1 {
    font-size: 32px;
  }

  .bannerText p {
    font-size: 16px;
  }

  .iconBox {
    width: 50%;
  }

  .box3 .rt a {
    left: 30px;
    bottom: 30px;
  }
}