.root {
  margin-top: 98px;
  padding-bottom: 10px;
  background-color: #f4f5f7;
}
.root .section {
  border-radius: 5px;
  background-color: white;
  margin-top: 20px;
  margin: 5vw auto;
  width: 1200px;
}
.root .section .title {
  padding: 10px 40px;
  background-color: #0d6fb8;
  color: white;
  font-weight: 800;
  font-size: 19px;
}
.root .section .product {
  display: flex;
  line-height: 30px;
  letter-spacing: 3px;
  margin: 10px 40px;
}
.root .section .product:last-child {
  border-bottom: none;
  padding-bottom: 10px;
}
.root .section .product h2 {
  font-size: 16px;
  margin-right: 20px;
  width: 170px;
}
.root .section .product .items {
  width: 878px;
}
.root .section .product .items a {
  margin-right: 8px;
}/*# sourceMappingURL=index.css.map */