.blog-card{height:100%;display:flex;flex-direction:column;gap:12px}.blog-card .blog-image{min-height:280px;outline:1px solid #eee}.blog-card .blog-content{height:100%}.blog-card .blog-content h3{font-weight:600;font-size:20px;line-height:1.3}@media(max-width:767px){.blog-card .blog-content h3{font-weight:500}}.blog-card .blog-content p{font-weight:400;font-size:12px;color:rgba(0,0,0,.6)}@media(max-width:767px){.blog-card .blog-content p{font-size:12px}}.blog-card .blog-content .blog-desc{border-radius:30px;padding:8px 12px;width:-moz-fit-content;width:fit-content;margin-bottom:14px;font-size:12px;font-weight:400}.blog-card .blog-content .blog-desc.Spotlight{background:#fff0f9;color:#fc0090}.blog-card .blog-content .blog-desc.Highlights{background:#fff4de;color:#f29602}.blog-card .blog-content .blog-desc.Essentials{background:#e8f9ff;color:#00aeef}.blog-card .blog-content .blog-desc.Trends{background:#edffe4;color:#5cc32c}.blog-card .blog-content .blog-desc.Focus{background:#ffeaea;color:#ee4f4f}.blog-card .blog-content .blog-desc.Perspective{background:#feefff;color:#e700fc}.blog-card .blog-content .blog-desc.Breakthroughs{background:#fff0e5;color:#fc6900}.blog-card .blog-content .blog-desc.Updates{background:#f6f0ff;color:#7a00fc}.blog-card .blog-content .blog-desc.Edge{background:#eef4ff;color:#0058fc}.blog-card .blog-footer{display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding-bottom:16px}.blog-card .blog-footer p{font-weight:400;font-size:12px}.blog-card .blog-footer .blog-date{display:flex;align-items:center}.blog-card .blog-footer .read-blog{display:flex;align-items:center;gap:4px}.blog-card .blog-footer .read-blog p{color:#5fd4d4}