.blog-post-item{border-radius:8px;border:1px solid var(--Grey);background:var(--White);display:flex;flex-direction:column;gap:16px;padding:16px;height:100%;transition:box-shadow .5s}.blog-post-item__image{overflow:hidden;border-radius:4px;height:100%}.blog-post-item__image img{aspect-ratio:281/172;transform:scale(1);transition:transform .5s}.blog-post-item__body{display:flex;flex-direction:column;gap:24px;height:100%}.blog-post-item__body strong{font-weight:500}.blog-post-item__body-tags{display:flex;gap:8px}.blog-post-item__body-title{font-family:var(--space-grotesk-bold);font-size:24px;line-height:120%}@media screen and (max-width:639px){.blog-post-item__body-title{font-size:20px}}.blog-post-item__body-title{transition:color .5s;margin-bottom:8px}.blog-post-item__body-heading p{font-size:16px;line-height:140%}@media screen and (max-width:639px){.blog-post-item__body-heading p{font-size:14px}}.blog-post-item__body-heading p{opacity:.6;position:relative;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis}.blog-post-item__body-info{display:flex;gap:16px;margin-top:auto}.blog-post-item__body-info-item{display:flex;align-items:center;gap:6px;opacity:.7}@media screen and (max-width:639px){.blog-post-item__body-info-item{font-size:12px}}.blog-post-item:hover{box-shadow:0 16px 48px -16px rgba(59,44,177,.16)}.blog-post-item:hover .blog-post-item__image img{transform:scale(1.05)}.blog-post-item:hover .blog-post-item__body-title{color:var(--Blue-purple)}