.horizontal-post-card{border-bottom:1px solid #dfe6eb;display:block;text-decoration:none}.horizontal-post-card .thumbnail{position:relative;overflow:hidden;width:100%;height:220px;font-size:0;flex-shrink:0}.horizontal-post-card .thumbnail img{width:100%;height:calc(100% + 8px);object-fit:cover;transition:.2s}.horizontal-post-card .infos .title{padding:1.5rem;transition:.2s}.horizontal-post-card .infos .title h2{overflow-wrap:normal;font-size:26px;color:#001711;font-weight:700;line-height:120%}.horizontal-post-card .infos .excerpt{display:flex;flex-direction:column;gap:1rem;font-size:16px;color:#273238;padding:3rem 1.5rem 1.5rem}@media(max-width:768px){.horizontal-post-card .infos .excerpt{padding-top:0}}.horizontal-post-card .infos .excerpt p:first-of-type{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow-wrap:normal}.horizontal-post-card:hover .thumbnail img,.horizontal-post-card:hover .title{transform:translateY(-8px)}