.blog-related-posts{margin:120px 0}.blog-related-posts h2{text-align:center}.blog-related-posts__list{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px}.blog-related-posts__post{transition:box-shadow .3s ease;display:flex;flex-flow:column nowrap}.blog-related-posts__post:hover{box-shadow:0px 0px 5px rgba(0,0,0,0.05),0px 25px 35px rgba(0,0,0,0.03)}@media screen and (max-width:1000px){.blog-related-posts__list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.blog-related-posts__list{grid-template-columns:repeat(1,1fr)}}.blog-related-posts__post-image-wrapper{position:relative;overflow:hidden;height:0;padding-top:56.25%}.blog-related-posts__post-image-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.blog-related-posts__post .blog-related-posts__post-image-wrapper .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--primary-v86-jet);mix-blend-mode:multiply;opacity:0;transition:opacity .8s ease-in-out}.blog-related-posts__post:hover .blog-related-posts__post-image-wrapper .overlay{opacity:.7}.blog-related-posts__post .blog-related-posts__post-image-wrapper .icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70px;height:70px;padding:22px;border:2px solid var(--grey-5);border-radius:50%;opacity:0;transition:opacity .8s ease-in-out}.blog-related-posts__post .blog-related-posts__post-image-wrapper .icon path{fill:var(--grey-5)}.blog-related-posts__post:hover .blog-related-posts__post-image-wrapper .icon{opacity:1}.blog-related-posts__post .blog-related-posts__post-image-wrapper .border{position:absolute;bottom:0;left:0;width:0;height:4px;transition:width .8s ease-in-out;background-color:var(--primary-v86-punchy-orange)}.blog-related-posts__post:hover .blog-related-posts__post-image-wrapper .border{width:100%}.blog-related-posts__title{padding:0 24px}.blog-related-posts__title a{color:var(--primary-v86-jet)}.blog-related-posts__title a:hover{color:var(--primary-v86-jet)}.blog-related-posts__post-read-time{color:var(--grey-1);font-size:14px;line-height:24px;text-transform:uppercase;padding:0 24px;margin-bottom:12px;margin-top:24px}.blog-related-posts__post-read-now{margin-top:auto;padding:0 24px;padding-bottom:18px}