.intro-02 .icons > .icon > img {
  transition: opacity 0.25s;
}
.intro-02 .icons > .icon:hover > img {
  opacity: 0.7;
}
/* .banner-02 .slide a {
  width: 100%;
  max-height: 32rem;
}
.banner-02 .slide img {
  height: 32rem;
} */

@media screen and (max-width: 991.98px) {
  .banner-02 .slide img {
    height: 22rem;
  }
}

@media screen and (max-width: 575.98px) {
  .banner-02 .slide img {
    height: 12rem;
  }
}
