.contact-tag-root {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.contact-tag-root .container {
  width: 1200px;
  padding: 48px 0;
}
.contact-tag-root .container .title {
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  color: #0a005a;
  margin-bottom: 48px;
  text-align: center;
}
.contact-tag-root .container .tag-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-tag-root .container .tag-row .tag-item {
  height: 270px;
  width: 270px;
  border-radius: 10px;
  background-color: #f6f7fb;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 70px;
  font-weight: bold;
}
.contact-tag-root .container .tag-row .tag-item .icon-box {
  position: relative;
  height: 40px;
  width: 40px;
  margin-bottom: 20px;
}
.contact-tag-root .container .tag-row .tag-item .icon-box .icon {
  height: 40px;
  width: 40px;
  pointer-events: none;
}
.contact-tag-root .container .tag-row .tag-item .content {
  color: #888;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 80px;
}

/*# sourceMappingURL=contact_tag.css.map */
