.iconBox .img {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.iconBox .img img {
  width: 160px;
  height: 48px;
}
.footerBox {
  padding: 40px 0;
}
.footerBox .rowBox {
  align-items: center;
}
.footerBox .cards {
  padding: 30px;
}
.footerBox .cards .iconTitle {
  display: flex;
  gap: 20px;
}
.footerBox .cards .iconTitle .iconfont {
  font-size: 20px;
}
.footerBox .footer-title .iconfont {
  margin-right: 5px;
  font-size: 20px;
}
.footerBox .footer-title div {
  margin-bottom: 10px;
}
/*# sourceMappingURL=style.css.map */