.banner-icon {
  padding: 40px 0px 40px 0px;
}
.banner-icon .bn2-icon {
  display: flex;
  align-items: center;
  color: #ffffff;
  justify-content: center;
}
.banner-icon .bn2-icon i:before {
  font-size: 50px;
}
.banner-icon .bn2-text {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.banner-icon .bn2-text span {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  padding-right: 10px;
}
.banner-icon .bn2-text .bn2-icon2 {
  transform: rotate(-45deg);
  color: #ffff;
  font-size: 20px;
}
.banner-icon .bn2-text .bn2-icon2 i:before {
  margin: 0;
}
.banner-icon:hover .bn2-icon i:before {
  color: #ffffff !important;
  transition: 0.4s;
}
.banner-icon:hover .bn2-icon2 i:before {
  color: #ffffff !important;
  transition: 0.4s;
}
.banner-icon:hover span {
  color: #ffffff !important;
  transition: 0.4s;
}