.all-blogs-section{padding:5%}.all-blogs-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2.5rem;gap:2.5rem}.all-blog-card{border-radius:16px;overflow:hidden;display:flex;flex-direction:column;min-height:420px}.all-blog-image{width:100%;height:180px;display:flex;align-items:center;justify-content:center;overflow:hidden}.all-blog-image img{width:100%;object-fit:cover;border-radius:16px}.all-blog-heading{font-size:1.3rem;font-weight:700;color:#fff;margin-bottom:.5rem}.all-blog-description{font-size:1.05rem;color:#bdbdbd;margin-bottom:1.2rem;flex:1 1}.all-blog-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1.2rem}.all-blog-modality-tag{background:#616161;color:#fff;font-size:16px;font-family:Manrope;font-weight:400;border-radius:999px;padding:.25rem 1rem;display:inline-block;letter-spacing:.5px;line-height:100%;text-align:center}.all-blog-date{color:#a4a4a4;font-size:1rem;font-weight:500;opacity:.85}.all-blog-content .demo-filled-container{align-self:flex-start;margin-top:.5rem}.all-blogs-showmore-row{display:flex;justify-content:center;margin-top:2.5rem}.all-blogs-showmore-btn{background:#fff;color:#00109d;font-size:1.1rem;font-weight:700;border:none;border-radius:8px;padding:.75rem 2.5rem;cursor:pointer;transition:background .2s,color .2s}@media (max-width:1100px){.all-blogs-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.all-blogs-grid{grid-template-columns:1fr}.all-blog-image{height:160px}}