* {
  box-sizing: border-box;
}
body {
  background-color: #F9F9F9;
  color: #333B41;
  font-size: 14px;
  position: relative;
}
h1, h2, h3, h4, h5, h6 {
  color: #000A11;
  margin: 0;
  padding: 0;
}
.title-h2 {
  height: 60px;
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-top: 16px;
}
.title-h2 .title-icon {
  width: 24px;
  height: 24px;
  background: center/cover no-repeat;
  margin-right: 8px;
}