.blog-author-heading,.blog-tag-heading{padding:0 1rem}.blog-index{display:flex;flex-wrap:wrap;gap:20px}.blog-index__post{box-sizing:border-box;flex:0 0 100%;padding:13px}@media screen and (min-width:768px){.blog-index__post--small{flex:0 0 calc(50% - 10px)}}@media screen and (min-width:1000px){.blog-index__post--small{flex:0 0 calc(33.333% - 14px)}}@media screen and (min-width:768px){.blog-index__post--large{display:flex;flex:1 0 100%;gap:2rem}}.blog-listing-content{display:flex;flex-direction:column;height:100%}.featured-image-relative{border-radius:8px;overflow:hidden;position:relative}.blog-index__post-image{display:block;height:auto;max-width:100%;transition:transform .3s ease}.blog-index__post-image-wrapper{display:block;position:relative}.blog-index__post-image-wrapper:hover .blog-index__post-image{transform:scale(1.03)}.overlay{background-color:rgba(0,0,0,.3);bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}@media screen and (min-width:768px){.blog-index__post-image-wrapper--large{flex:1 1 48%}.blog-index__post-content--large{flex:1 1 48%;padding-left:2rem}.blog-index__post-content--full-width{flex:1 1 100%;padding-left:0}}.blog-index__post-content{display:flex;flex-direction:column;flex-grow:1}.blog-index__post-title{font-size:1.25rem;line-height:1.3;margin:0 0 .7rem}.blog-index__post-title-link{text-decoration:none}.blog-index__post-title-link:hover{text-decoration:underline}.blog-index__post-timestamp{color:#666;display:block;font-size:.9rem;margin:0 0 .7rem}.blog-index__post-author{align-items:center;display:flex;margin:0 0 .7rem}.blog-index__post-author-image{border-radius:50%;height:auto;margin-right:.35rem;width:30px}.blog-index__post-summary{flex-grow:1;line-height:1.5;margin:0 0 1rem}.blog-index__post-tags{display:flex;flex-wrap:wrap;gap:5px;margin:0 0 1rem}.blog-index__post-tag{background-color:#003e69;border-radius:25px;color:#fff;display:inline-block;font-size:18px;font-weight:400;margin-bottom:20px;padding:2px 30px}.blog-index__post-button-wrapper{align-items:center;display:flex;gap:10px;margin-top:auto}.blog-index__post-button{display:inline-block;padding:.5rem 1rem;text-decoration:none}.btn-arrow{transition:transform .3s ease}.blog-index__post-button-wrapper:hover .btn-arrow{transform:translateX(5px)}