.blog-section .blog-post-row {
  row-gap: 40px;
  margin-bottom: 40px;
}
.blog-section .single-blog-post {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog-section .blog-post-row .single-blog-post {
  margin-bottom: 0;
}
.blog-section .single-blog-post .entry-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.blog-section .single-blog-post .entry-content .btn-link {
  margin-top: auto;
}

.blog-section .single-blog-post .entry-content .btn-link2 {
  margin-top: auto;
}