.blog-content {
  padding: 60px 0;
}

.blog-content .nav-links {
  justify-content: center;
}

.blog-content .nav-links img {
  width: 50px;
	height: 100%;
}

.page-numbers {
  margin: 0 10px;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eeeeee;
}

.page-numbers:hover {
  color: #fff;
  background: linear-gradient(to right, #38BEB9, #B2DBD8);
}

.page-numbers.current {
  background: linear-gradient(to right, #38BEB9, #B2DBD8);
  color: #fff;
}

.next, .prev {
  background: none;
  transition: all .3s;
}

.next:hover, .prev:hover {
  opacity: .7;
  background: none;
}

.postlist-item {
  margin-bottom: 30px;
}

.postlist-item a {
  display: flex;
  transition: all .3s;
}

.postlist-item a:hover {
  opacity: .7;
}

.postlist-eyecatch {
  margin-right: 30px;
  width: 300px;
  height: 180px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.postlist-meta {
  margin-left: auto;
  width: 66%;
}

.postlist-meta span {
  font-size: 14px;
}

.postlist-meta .date {
  margin-right: 20px;
}

.postlist-meta .category {
  padding: 5px 10px 3px;
  background: linear-gradient(to right, #38BEB9, #B2DBD8);
  color: #fff;
  font-size: 13px;
  border-radius: 5px;
}

.postlist-meta h2 {
  margin-top: 15px;
  font-size: 22px;
  font-weight: 500;
}

.postlist-meta p {
  font-size: 14px;
}

.post-devide-line {
  margin: 10px 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #38BEB9, #B2DBD8);
}

@media screen and (max-width: 768px) {
  .postlist-item {
    margin-bottom: 60px;
  }
  .postlist-item a {
    display: block;
  }
  .postlist-eyecatch {
    margin-right: 0;
    width: 100%;
    height: 300px;
  }
  .postlist-meta {
    margin-top: 25px;
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .postlist-item {
    margin-bottom: 60px;
  }
  .postlist-item a {
    display: block;
  }
  .postlist-eyecatch {
    height: 200px;
  }
  .postlist-meta h2 {
    font-size: 20px;
  }
  .postlist-meta span {
    font-size: 12px;
  }
  .blog-content .nav-links img {
    width: 40px;
  }
  .page-numbers {
    width: 30px;
    height: 30px;
  }
  .blog .top-btn {
    right: 15px;
    bottom: 20px;
  }
}
