.blog-index{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px}.blog-index .post-item{width:100%}.blog-entry-inner{display:flex;flex-flow:column;height:100%}.post-item a.blog-more-link{margin-top:auto}.post-item{background-color:#fff;border:1px solid #e8ebf2}.post-item .blog-item-summary{height:100%;justify-content:space-between;padding:10px}.bottom-area{border-top:1px solid #e0e0e0;padding-bottom:15px;padding-top:15px;width:100%}.post-item .blog-image-wrapper>.image-wrapper{height:275px!important;object-fit:cover;overflow:hidden}.post-item .blog-image-wrapper .image-wrapper img{height:fit-content;min-height:275px;object-fit:cover;width:100%}.post-item .blog-image-wrapper{display:block;height:275px;margin-bottom:17px;max-height:275px;width:100%}.post-item h2.blog-title{color:#0e406d;font-size:24px!important;font-weight:700;line-height:35px!important;margin:10px 0 0}.post-item h2.blog-title a{color:#0e406d}.post-item h2.blog-title:hover a{color:#e91d2d}.post-item a.blog-more-link{color:#0e406d}.post-item .blog-item-summary svg{margin-right:5px;width:10px}.post-item time.blog-date{color:#666;font-size:14px}@media (max-width:991px){.blog-index{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:30px}}