.sr-blog-listing-02 .latest-posts{row-gap:30px}.sr-blog-listing-02 .article-panel{animation-timing-function:ease-in-out;background:var(--white);border:1px solid;border-radius:20px;height:100%;overflow:hidden;position:relative;transition:all .3s ease-in-out}.sr-blog-listing-02 .article-meta{padding:.75rem 2rem}.sr-blog-listing-02 .article-panel .article-content{background:#f5faff;display:flex;flex:1;flex-direction:column;gap:40px;justify-content:space-between;padding:30px}.sr-blog-listing-02 .article-panel .heading{display:block}.sr-blog-listing-02 .article-meta span.bull{padding:0 .25rem}.sr-blog-listing-02 .article-panel a,.sr-blog-listing-02 .article-panel a:hover{color:inherit}.sr-blog-listing-02 .article-panel a{display:flex;flex-direction:column;height:100%}.sr-blog-listing-02 .article-panel .article-img{aspect-ratio:16/9;overflow:hidden}.sr-blog-listing-02 .article-panel .article-img img{height:100%;object-fit:cover;transform:scale(1);transition:all .3s ease;width:100%}.sr-blog-listing-02 .article-panel:is(:hover,:focus) img{transform:scale(1.1)}