.blog-related-posts{display:block;padding:40px 0 20px}.blog-related-posts h2{text-align:left}.blog-related-posts__list{display:flex;flex-wrap:wrap}.blog-related-posts__post{box-shadow:0 1px 4px rgba(0,0,0,.16);display:flex;flex:0 0 100%;flex-direction:column;margin-bottom:20px;max-width:100%;transition:all .2s linear}.blog-related-posts__post:hover{box-shadow:0 3px 8px rgba(0,0,0,.24)}.blog-related-posts__header{position:relative}.blog-related-posts__post-image-wrapper{height:240px;overflow:hidden;position:relative}.blog-related-posts__post-image-wrapper img{inset:0;object-fit:cover;position:absolute}.blog-related-posts__tags{align-items:center;border-radius:35px;bottom:-18px;display:flex;justify-content:space-between;left:0;margin:0 auto;position:absolute;right:0;width:calc(100% - 2rem)}.blog-related-posts__text{border-radius:35px;display:inline-block;font-size:.8rem;padding:.4rem 1rem}.blog-related-posts__tag{font-size:.8rem;margin-right:1rem}.blog-related-posts h3{margin-bottom:40px}.blog-related-posts__image,.blog-related-posts__post-image-wrapper{display:block}.blog-related-posts__image{max-width:100%;min-height:240px;object-fit:cover;width:100%}.blog-related-posts__post .blog-related-posts__image{border-bottom-left-radius:0;border-bottom-right-radius:0}.blog-related-posts__title{font-size:unset;line-height:unset;margin-bottom:24px}.blog-related-posts__title a{color:inherit;font-weight:600}.blog-related-posts__content{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:3rem 2rem 2rem}.blog-related-posts__btn{align-items:center;display:inline-flex;font-size:1rem;font-weight:700;gap:6px;width:fit-content}@media screen and (min-width:768px){.blog-related-posts__post{flex:0 0 50%;margin-right:30px;max-width:calc(50% - 15px)}.blog-related-posts__post:nth-child(2n){margin-right:0}.blog-related-posts{padding:80px 0 60px}}@media screen and (min-width:992px){.blog-related-posts__post{flex:0 0 33.33333%;margin-right:30px;max-width:calc(33.33333% - 20px)}.blog-related-posts__post:nth-child(2n){margin-right:30px}.blog-related-posts__post:nth-child(3n){margin-right:0}}