.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:var(--font-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 .cover>.info.light,.blog-post-card .cover>.info.light>p{color:var(--black)}.blog-post-card .cover>.info.dark>p{color:var(--white)}.blog-post-card .cover>.image{position:absolute;z-index:-1;width:100%;height:250px;-o-object-fit:cover;object-fit:cover;-o-object-position:100% 25%;object-position:100% 25%}.blog-post-card .cover>.content{display:flex;flex:1;flex-direction:column;justify-content:space-between;height:100%;margin-left:20px;margin-right:20px;align-items:flex-start}.blog-post-card .cover>.content.custom-image{justify-content:flex-end}.blog-post-card .cover>.content>.title{margin-top:50px;font-size:20px;overflow:hidden}.blog-post-card .cover>.content>.title>h3{font-weight:300}.blog-post-card .cover>.content>.title.light{color:var(--black)}.blog-post-card .cover>.content>.title.dark{color:var(--white)}.blog-post-card .cover>.content>.tag{display:flex;padding:5px;border-radius:7px;margin-bottom:20px}.blog-post-card .cover>.content>.tag.light{background-color:var(--black)}.blog-post-card .cover>.content>.tag.light>span{color:var(--white)}.blog-post-card .cover>.content>.tag.dark{background-color:var(--main-light)}.blog-post-card .cover>.content>.tag.dark>span{color:var(--main-dark)}.blog-post-card .cover>.content>.tag>span{padding-left:10px;padding-right:10px}.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:var(--font-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)}