.blog-post-card{position:relative;display:block;width:100%;max-width:410px;overflow:hidden;text-decoration:none;border-top-left-radius:15px;border-top-right-radius:15px}.blog-post-card p,.blog-post-card span{color:var(--white)}.blog-post-card .cover{position:relative;width:100%;height:250px}.blog-post-card .cover img{width:100%;height:250px;-o-object-fit:cover;object-fit:cover;-o-object-position:100% 25%;object-position:100% 25%}.blog-post-card .cover>.info{font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:400;line-height:18px;font-size:calc(12px*var(--font-scale));position:absolute;top:10px;left:15px;display:flex;justify-content:flex-start}.blog-post-card .bottom{box-sizing:border-box;width:100%;max-width:100%;min-height:70px;padding:10px 15px;overflow:hidden;background-color:var(--main-dark);border-bottom-right-radius:15px;border-bottom-left-radius:15px;transition-property:background-color}.blog-post-card .bottom,.blog-post-card .bottom p{transition-timing-function:ease-out;transition-duration:.15s}.blog-post-card .bottom p{font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:400;line-height:18px;font-size:calc(11px*var(--font-scale));color:var(--white);transition-property:color}@media(min-width:992px){.blog-post-card .bottom p{font-size:calc(16px*var(--font-scale));line-height:32px}}.blog-post-card:hover .bottom{background-color:var(--main-light)}.blog-post-card:hover .bottom p{color:var(--main-dark)}