.knowledge-base-blog .blog-list{column-gap:20px;display:grid;grid-template-columns:1fr 1fr 1fr;row-gap:80px}.knowledge-base-blog .blog-card .blog-icon img{background-color:#f0f0f0;border-radius:10px;margin-bottom:20px}.knowledge-base-blog .blog-card .blog-title{font-family:Poppins;font-size:20px;font-weight:500;letter-spacing:-.03em;line-height:24px;margin-bottom:40px;text-transform:capitalize}.knowledge-base-blog .blog-card .post-list .post-item{display:flex;gap:8px;margin-bottom:20px}.knowledge-base-blog .blog-card .post-list .post-item a{color:#595959;font-family:Inter;font-size:18px;font-weight:400;letter-spacing:-.02em;line-height:26px}.knowledge-base-blog .blog-card .post-list .post-item a:hover{color:#9fb82a}.knowledge-base-blog .blog-card .see-all-post a{color:#1e163e;display:flex;font-family:Inter;font-size:18px;font-weight:400;gap:8px;letter-spacing:-.02em;line-height:26px;margin-top:35px;transition:all .5s}.knowledge-base-blog .blog-card .see-all-post a:hover{transform:translateX(10px)}@media screen and (max-width:767px){.knowledge-base-blog .blog-list{grid-template-columns:1fr}}