.blog-latest-posts__post{padding:1rem}.blog-latest-posts__post-image-wrapper{align-items:center;border-radius:5px;display:flex;justify-content:center;overflow:hidden;position:relative}.blog-latest-posts__post-image-wrapper:before{content:"";display:block;padding-top:84.08408%;width:100%}.blog-latest-posts__image{height:100%;object-fit:cover;position:absolute;width:100%}.blog-latest-posts__post-tags,.blog-latest-posts__title{margin:1rem 0}.blog-latest-posts__title-link{color:#1d293f;text-decoration:none}.blog-latest-posts__title-link:hover{color:#453fe1}.blog-latest-posts__post-tags{display:flex;gap:.5rem}.blog-latest-posts__post-tag{border:1px solid #e5e5e5;border-radius:5px;color:#6c757d;font-size:11px;font-weight:800;padding:5px 10px;text-decoration:none;text-transform:uppercase}.latest-posts-list{display:flex;flex-direction:column;gap:1rem;padding:1rem}.blog-latest-posts__post--small{grid-gap:1rem;border-bottom:2px solid hsla(0,0%,77%,.4);display:grid;grid-template-columns:100px 1fr;margin:0 1rem;padding:1rem 0}.blog-latest-posts__post--small .blog-latest-posts__post-tags,.blog-latest-posts__post--small .blog-latest-posts__title{margin:.3rem 0}.blog-latest-posts__post--small .blog-latest-posts__post-tags{margin-bottom:.5rem}.blog-latest-posts__post--small .blog-latest-posts__post-image-wrapper{border-radius:10px}.blog-latest-posts__post--small .blog-latest-posts__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:1rem;overflow:hidden}.blog-latest-posts__content p{margin:0}@media screen and (min-width:768px){.blog-latest-posts{display:grid;grid-template-columns:1fr 1fr}}@media screen and (min-width:1000px){.blog-latest-posts{grid-template-areas:"card-first card-second list" "card-first card-second list" "card-first card-second list" "card-first card-second list";grid-template-columns:.8fr .8fr 1fr}.blog-latest-posts__post:first-child{grid-area:card-first}.blog-latest-posts__post:nth-child(2){grid-area:card-second}}