.goodstudy-box-detail {
  width: 60%;
}

.goodstudy-box-detail h1 {
  font-size: 28px;
  font-weight: bold;
}

.detail-content p {
  line-height: 24px;
}

.detail-content img {
  max-width: 100%;
}

.tags {
  padding: 10px;
  background-color: #00000006;
  border-radius: 50px;
  color: #333;
  margin-left: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.tags:hover {
  background-color: brown;
  color: white;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}
/*# sourceMappingURL=tintuc.css.map */