body.home .title__outer {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
body.home .title__outer .h2-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width:575.9px) {
  body.home .title__outer .h2-title {
    font-size: 1.1rem;
  }
}
body.home .title__outer .text-all {
  text-align: right;
  font-size: 0.85rem;
  font-weight: bold;
}
body.home .text-all-1 {
  text-align: right;
  font-size: 0.85rem;
  font-weight: bold;
  margin-top: 1rem;
}
body.home .recommend-blog {
  margin-top: 8rem;
}
@media screen and (max-width:575.9px) {
  body.home .recommend-blog {
    margin-top: 5rem;
  }
}
body.home .recommend-blog li:nth-child(4) {
  display: none;
}
@media screen and (max-width: 991.9px) {
  body.home .recommend-blog li:nth-child(4) {
    display: block;
  }
}
body.home .recommend-themes {
  margin-top: 8rem;
}
@media screen and (max-width:575.9px) {
  body.home .recommend-themes {
    margin-top: 5rem;
  }
}
body.home .recommend-themes li:nth-child(4) {
  display: none;
}
@media screen and (max-width: 991.9px) {
  body.home .recommend-themes li:nth-child(4) {
    display: block;
  }
}/*# sourceMappingURL=top.css.map */