.post-listing-module{display:flex;flex-direction:column;flex-direction:row;gap:32px;margin:0 64px}.post-listing-module .blog-column{display:flex;flex-wrap:wrap;gap:24px;justify-content:flex-start;padding:0;position:relative;width:33%}.post-listing-module .blog-column.first{display:flex;flex-direction:row;width:66%}.post-listing-module .blog-column .blog-post{background-color:var(--colors-gray80);border-radius:16px;display:flex;flex-direction:row;overflow:hidden;position:relative;width:100%}.post-listing-module .blog-column .blog-post .post-image{background-position:50%;background-position-x:left;background-position-y:center;background-size:cover;height:100%;position:relative;width:100%}.post-listing-module .blog-column .blog-post .post-content{display:flex;flex-direction:column;justify-content:space-between;padding:24px 24px 0;width:100%}.post-listing-module .blog-column .blog-post .post-content .text-wrapper .post-tags{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px;min-height:28px}.post-listing-module .blog-column .blog-post .post-content .text-wrapper .post-tags .tag{background-color:var(--colors-gray60);border-radius:41px;color:var(--colors-gray40);font-size:14px;font-weight:500;height:28px;line-height:28px;padding-left:16px;padding-right:16px;width:fit-content}.post-listing-module .blog-column .blog-post .post-content .text-wrapper .post-title{color:var(--colors-gray20);font-size:18px;font-weight:var(--font-weight-h3);height:72px;line-height:24px;margin:0 0 16px}.post-listing-module .blog-column .blog-post .post-content .text-wrapper .post-description{color:var(--colors-gray40);display:-webkit-box;height:100px;margin:0;padding:0;-webkit-box-orient:vertical;-webkit-line-clamp:5;line-clamp:5;overflow:hidden}.post-listing-module .blog-column .blog-post .post-content .button-wrapper{align-items:center;display:flex;height:56px;justify-content:space-between;margin-left:-20px}.post-listing-module .blog-column .blog-post .post-content .button-wrapper .update-date{color:var(--colors-gray40);font-size:14px;font-weight:400}@media (max-width:679px){.post-listing-module{display:flex;flex-direction:column;gap:16px;margin:32px 16px 0}.post-listing-module .blog-column{flex-direction:column;gap:16px;width:100%}.post-listing-module .blog-column.first{flex-direction:column;width:100%}.post-listing-module .blog-column .blog-post{border-radius:16px;flex-direction:column;width:100%}.post-listing-module .blog-column .blog-post .post-image{min-height:240px}.post-listing-module .blog-column .blog-post .post-content{width:auto}}