.blog-listing{display:flex;flex-direction:column;gap:60px}.blog-listing .tags-list{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.blog-listing .tags-list .tag{border-radius:1000px;cursor:pointer}.blog-listing .all-posts{display:flex;flex-wrap:wrap;gap:50px 30px}.blog-listing .all-posts .post-wrapper{display:flex;flex:0 0 calc(33.333% - 20px);flex-direction:column;gap:20px;position:relative}.blog-listing .all-posts .post-wrapper .link-wrapper{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.blog-listing .post-wrapper .img-wrapper{align-items:center;border:1px solid #d9e5f6;border-radius:16px;display:flex;gap:30px;height:240px;justify-content:space-between;overflow:hidden;padding:20px;position:relative;width:100%}.blog-listing .post-wrapper .img-wrapper:before{background:#d6d1ff;border-radius:1000px;content:"";filter:blur(40px);height:200px;left:-10%;position:absolute;top:50%;transform:translateY(-50%);width:200px}.blog-listing .post-wrapper .img-wrapper:after{background:url(https://4203621.fs1.hubspotusercontent-na1.net/hubfs/4203621/Wave.png) 50% no-repeat;content:"";height:100%;left:-30%;position:absolute;top:0;width:100%}.blog-listing .view-all{box-shadow:0 2px 3px rgba(0,0,0,.1);font-weight:500;margin:0 auto;width:max-content}.blog-listing .post-wrapper .img-wrapper .icon-wrapper{align-items:center;border:1px solid #d9e5f6;border-radius:100px;box-shadow:0 20px 30px rgba(0,0,0,.1);display:flex;height:60px;justify-content:center;width:60px}.blog-listing .post-wrapper .img-wrapper .img-title{flex:1;font-size:20px;font-weight:600;letter-spacing:-.02rem;position:relative}.blog-listing .post-wrapper .data{align-items:center;display:flex;font-size:14px;gap:10px}.blog-listing .post-wrapper .tag{border-radius:100px;font-size:12px;padding:8px 16px}.blog-listing .post-wrapper .post-description{color:rgba(0,0,0,.7)}.blog-listing .post-wrapper:not(:nth-child(-n+9)){display:none}@media(max-width:980px){.blog-listing .all-posts{flex-direction:column;gap:30px}.blog-listing .post-wrapper{flex:1}}