.iconImages {
  justify-content: center;
  margin-top: 80px;
}
.iconImages .icon {
  display: block;
  margin: 0 auto;
}
.iconImages h3 {
  font-size: 2rem;
  margin: 10px 0;
  font-weight: bold;
}
.iconImages .img {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}
.iconImages .img img {
  width: 160px;
  height: 45px;
}
/*# sourceMappingURL=style.css.map */