﻿#blogListSection{min-height:60vh;}.blog-posts-grid{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:500px;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;position:relative;}@media(min-width:992px){.blog-posts-grid{gap:40px;}}.blog-post-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;position:relative;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%;}@media(min-width:768px){.blog-post-card{-webkit-box-flex:1;-ms-flex:1 0 48%;flex:1 0 48%;max-width:49%;}}@media(min-width:992px){.blog-post-card{-webkit-box-flex:1;-ms-flex:1 0 30%;flex:1 0 30%;max-width:32%;}}.blog-post-card .blog-post-card-image{position:relative;}.blog-post-card .blog-post-card-image img{width:100%;height:auto;display:block;}.blog-post-card .blog-post-card-content{padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box;}@media(min-width:768px){.blog-post-card .blog-post-card-content{padding:30px 40px;}}.blog-post-card .post-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:15px;}.blog-post-card .author-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;}.blog-post-card .author-photo{width:32px;height:32px;border-radius:50%;-o-object-fit:cover;object-fit:cover;}