/* stylelint-disable @stylistic/selector-list-comma-newline-after */
body { padding-top: 15px; }
.blog-header-logo {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}
h1, h2, h3, figcaption { text-align: center; }
h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/; -webkit-line-clamp: 3; 
}
#news>div>div>div { display: flex; }
.flex-auto {
  flex: 0 0 auto;
}

figure { margin-bottom: 4px!important; }

.h-250 { height: 250px; }
ul { width: 120px; margin: 0 auto 10px auto; }
.two.d-flex, .two.d-flex>a { flex-direction: column; justify-content: center; }
.two.d-flex>a { margin-bottom: 8px; }
  .padd { padding: 0px 0px; }
.card-text { text-align: center; }

@media (min-width: 768px) {
  .one { width: 60% }
  .two { width: 40%; }
  .h-md-250 { height: 250px; }
}

@media (max-width: 768px) {
  .h-md-300 { flex-direction: column-reverse; }
}
/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}
