.main-lead {
  text-align: center;
  margin: 3rem auto;
}

.category-content h2 {
  font-family: noto-sans;
  font-weight: bold;
  text-align: center;
  margin-top: 0rem;
  margin-bottom: 0.5rem;
}

.category-content h2 .tips {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 1rem;
  font-weight: 500;
}

.category-content .main-tips,  .category-content .sub-tips{
  text-align: center;
}

.category-content__pickup {
  margin-top: 3rem;
}

.category-content__pickup h3 {
  font-family: noto-sans;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
}

.category-content__pickup h3 span {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  padding: 3px 5px;
  border-radius: 100px;
}

.category-content__pickup__recommend {
  margin: 3rem 0;
}

.category-content__pickup__recommend .recommend-items {
  display: flex;
  justify-content: center;
  max-width: 570px;
  width: 100%;
  margin: auto;
}

.category-content__pickup__recommend .recommend-items .item {
  width: 50%;
  max-width: 320px;
  padding: 0 15px;
}

.category-content__pickup__recommend .recommend-items .item p {
  font-size: 0.8rem;
  margin-bottom: 0.3rem;
}


@media screen and (max-width: 768px) {
  .main-lead {
    text-align: left;
  }
  .category-content .main-tips,  .category-content .sub-tips{
    text-align: left;
  }

  .category-content__pickup__recommend .recommend-items .item {
    padding: 0 5px;
  }
}
