.blog-related-posts__list{display:grid;gap:40px;grid-template-columns:repeat(auto-fill,minmax(300px,auto))}.blog-related-posts__post-image-wrapper a{display:block}.blog-related-posts>.content-wrapper>h3{margin-bottom:50px}.blog-related-posts__post{background-color:#fff;border:1px solid #ffefef;border-radius:28px;display:flex;flex-direction:column;gap:1rem;padding:20px;transition:all .3s linear}.blog-related-posts__post:hover{border-color:transparent;box-shadow:0 4px 16px 0 rgba(1,11,60,.1);transform:scale(1.02)}.blog-related-posts__image{width:100%}.blog-related-posts__title{margin-bottom:8px}.blog-related-posts__btn{display:inline-block;position:relative}.blog-related-posts__btn:after{bottom:0;content:"";height:1px;left:0;position:absolute;width:100%}@media only screen and (max-width:576px){.blog-related-posts__content{margin-bottom:20px;max-width:100%}}