.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;
}
.error-title {
  color: red !important;
}
.nav-top {
  font-weight: bold;
  font-size: 18px;
}
.nav-footer {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}
/*# sourceMappingURL=style.css.map */