.blogPostBox {
  height: 480px;
  background: white;
  margin-bottom: 85px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-shadow: 0px 20px 150px -40px #949494 !important;
  position: relative;
}
.blogPostBox img {
  width: 100%;
  object-fit: none;
  height: 300px;
  border-radius: 20px;
}
.recenPostsDiv {
  margin-top: 7rem;
}

@media (max-width: 541px) {
  .recenPostsDiv {
    margin-top: 10rem;
  }
}

.blogPostBox .post__more {
  border: none;
  padding: 12px 20px;
  background: #f0f0f0;
  color: #000;
  border-radius: 8px;
  width: 200px;
  outline: 0;
  text-transform: uppercase;
  font-weight: 500;
  /* letter-spacing: 1px; */
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
  margin-bottom: 40px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: auto;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.post__excerpt {
  font-size: 9pt !important;
}
.post__title {
  text-align: center;
  display: block;
  font-size: 14pt;
  margin-top: 16px;
  font-weight: 500;
  text-decoration: none;
  max-height: 80px;
  min-height: 35px;
  overflow: hidden;
}
.recenPostsDiv .butsub {
  width: 180px;
}
.recenPostsDiv h1 {
  margin-bottom: 2rem;
}
.pagination {
  place-content: center;
}
