.blog-listing{display:flex;flex-direction:column;gap:40px}.blog-listing .tags-list{display:flex;max-width:100%;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.blog-listing .tags-list .tag{cursor:pointer;min-width:max-content;padding:16px}.blog-listing .tags-list .tag.primary{position:relative}.all-posts{display:flex;flex-wrap:wrap;gap:24px}.all-posts img{max-width:100%!important}.all-posts .post-wrapper{background:#f8f8f7;display:flex;flex:0 0 calc(25% - 18px);flex-direction:column;gap:24px;opacity:1;position:relative;transform:translateY(0);transition:opacity .35s ease,transform .35s ease}.all-posts .post-wrapper.is-hidden{opacity:0;pointer-events:none;transform:translateY(10px)}.all-posts .post-wrapper.is-visible{opacity:1;transform:translateY(0)}.all-posts .post-wrapper .link-wrapper{height:100%;left:0;position:absolute;top:0;width:100%}.all-posts .post-wrapper .post-content{display:flex;flex-direction:column;gap:16px;padding:0 16px 24px}.all-posts .post-wrapper h4{margin-bottom:0;margin-top:-12px}.all-posts .post-wrapper p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;overflow:hidden}.all-posts .post-wrapper img{height:240px;object-fit:cover;object-position:center}.blog-listing .pagination{display:flex;flex-wrap:wrap;justify-content:center}.blog-listing .pagination button{align-items:center;background:none;display:flex;height:40px;justify-content:center;padding:0!important;width:32px}.blog-listing .pagination button[disabled]{cursor:default;opacity:.1}.blog-listing .pagination button.next,.blog-listing .pagination button.prev{position:relative;width:40px}.blog-listing .pagination button.prev{margin-right:8px}.blog-listing .pagination button.next{margin-left:8px}.blog-listing .pagination button.prev:after{background:url(https://4699870.fs1.hubspotusercontent-na1.net/hubfs/4699870/CW26/pag-prev.svg) 50% no-repeat;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.blog-listing .pagination button.next:after{background:url(https://4699870.fs1.hubspotusercontent-na1.net/hubfs/4699870/CW26/pag-next.svg) 50% no-repeat;content:"";height:100%;left:0;position:absolute;top:0;width:100%}@media(max-width:1080px){.all-posts .post-wrapper{flex:0 0 calc(33.333% - 16px)}}@media(max-width:767px){.all-posts{gap:16px}.all-posts .post-wrapper{flex:0 0 calc(50% - 8px)}.all-posts .post-wrapper img{height:130px}.blog-listing .pagination button{height:32px}.blog-listing .pagination button.next,.blog-listing .pagination button.prev{width:32px}.blog-listing{gap:24px}}