@charset "UTF-8";

.category-top {
  max-width: 800px;
  margin: 60px auto 20px;
}
.category-title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 4%;
  color: #333;
}
.p-category-free {
  line-height: 1.75;
}


@media screen and (max-width:768px){
  .category-top {
    width: 90%;
  }
}