<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.quality .banner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f7f8fc;
}
.quality .banner .img {
  width: 100%;
}
.quality .banner .img img {
  width: 100%;
}
.quality .banner .info-box {
  display: flex;
  background-color: white;
  border-radius: 8px;
  width: 1300px;
  height: 140px;
  margin-top: -70px;
  padding: 20px;
  justify-content: space-around;
}
.quality .banner .info-box .info-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.quality .banner .info-box .info-item .logo {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  border: 1px solid #ddd;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0F40F5;

}
.quality .banner .info-box .info-item .logo:hover {
  color: white;
  background-color: #0F40F5;
}

.quality .banner .info-box .info-item .label {
  height: 26px;
  color: rgb(16, 16, 16);
  font-size: 18px;
}

/*# sourceMappingURL=banner.css.map */
</pre></body></html>