.blog ._hero_ {
  background:url("../img/blog_hero_.jpg");
  background-size: cover;
  /* background-position-x: -52px; */
  background-position-y: center;
}

.blog .titleArea{
  margin: 0;
}


.blog-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.blog-items{
  margin: 24px;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}

.blog-items:nth-child(3n){
  margin-right: 0;
}

.blog-items img{
  width:280px;
  height: 280px;
  object-fit: cover;

}
.blog-list-title{
  text-align: center;
}

.blog-item-info-top {
  display: flex;
  padding: 8px;
  justify-content: space-around;
  width: 80%;
}
.blog-item-info-top p {
  padding: 4px;
}
.blog-item-info-top main {
  font-weight: bold;
}

.pagenation{
  display: block;
  margin: auto 0;
  text-align: center;
}

.page-numbers{
  padding-right: 38px;
}

.current {
  text-decoration:underline;
}

@media screen and (max-width:768px) {
  .blog h2 {
    margin-top: 24px;
  }
}