.blog-layout{display:grid;grid-template-columns:3fr 1fr;grid-template-areas:"blog-content blog-sidebar";gap:30px}@media (max-width:768px){.blog-layout{grid-template-columns:1fr;grid-template-rows:auto auto;grid-template-areas:"search" "blog-content" "categories"}.blog-layout .blog-sidebar{display:contents}}.blog-layout .blog-sidebar{grid-area:blog-sidebar}.blog-layout .blog-content{grid-area:blog-content}.blog-layout .blog-content img,.blog-layout .blog-content image,.blog-layout .blog-content video,.blog-layout .blog-content iframe{max-width:100%;height:auto}.blog-layout .search-card{grid-area:search;margin-bottom:30px}.blog-layout .categories-card{grid-area:categories}.blog-posts{display:grid;grid-gap:30px;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr))}.post-card{background-color:white;box-shadow:0 3px 4px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.09)}.post-card .card-img-top{width:100%;object-fit:cover;aspect-ratio:1.3333333333}.post-card .card-body{padding:20px}.post-card .card-body .card-title{color:unset;font-size:1.5em;font-weight:bold;margin-bottom:10px;display:block}.post-card .card-body .card-text{font-weight:normal;text-align:justify}.post-card .card-body .card-categories{margin-bottom:5px;font-weight:normal;font-size:0.9em}.post-card .card-body .card-categories .category{color:#999;margin-right:5px;font-style:italic}.post .featured-image{width:100%}.post .post-categories{margin-bottom:5px;font-weight:normal;font-size:0.9em}.post .post-categories .category{color:#999;margin-right:5px;font-style:italic}.post .post-title{color:unset;font-size:1.5em;font-weight:bold;margin-bottom:10px;display:block}