.blog-related-posts{position:relative}.blog-related-posts__list{display:flex;flex-wrap:wrap;margin-top:3em}.blog-related-posts__post{background:#fff;border:1px solid #d8d8d899;border-radius:8px;box-shadow:0 12px 24px 0 #0000000f;display:flex;flex-direction:row;margin-bottom:1em;margin-right:0;overflow:hidden;width:100%}.blog-related-posts__post-image-wrapper{display:block;overflow:hidden;padding-bottom:30%;position:relative;width:35%}.blog-related-posts__image{height:100%;object-fit:cover;position:absolute;width:100%}.blog-related-posts__content{padding:1.2em 1.2em 1.4em;width:65%}.blog-related-posts__content .post-info-wrap{align-items:center;display:flex;justify-content:flex-start}.blog-related-posts__content .post-info{font-size:15px;margin-bottom:1em}.blog-related-posts__content .post-info:first-of-type{margin-right:1em}.blog-related-posts__content h4{font-size:20px;margin:0 0 .5em}@media screen and (min-width:768px){.blog-related-posts__post{margin-bottom:1em;width:calc(50% - 1em)}.blog-related-posts__post:nth-child(odd){margin-right:2em}}