.container {
  width: 100%;
}

.bg {
  display: flex;
  flex-direction: column;
  /* padding: 115px 0 0 0; */
}

.tag-title {
  font-size: 15px;
  font-weight: 400;
  color: #444444;
  position: relative;
  border-bottom: 1px solid #cccccc;
  line-height: 40px;
  margin: 20px 0;
  padding: 0 0 0 10px;
}

.tag-title::before {
  content: '';
  display: block;
  position: absolute;
  background-color: #f6b300;
  width: 4px;
  height: 12px;
  top: 15px;
  left: 0;
}

.cursor-pointer {
  cursor: pointer;
}
