.blog-cards{display:grid;gap:15px;grid-template-columns:1fr 1fr 1fr;width:100%}.blog-cards-content-item{background-color:#fff;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.1);display:flex;flex-direction:column;margin-bottom:20px}.blog-cards-content-item.hide{display:none}.blog-cards-content-item-image{width:100%}.blog-cards-content-item-image img{border-radius:10px;height:200px;object-fit:cover;width:100%}.blog-cards-content-item-right{padding:20px}.blog-cards-content-item-content,.blog-cards-content-item-right{display:flex;flex:1;flex-direction:column}.tagList{display:flex;margin-bottom:10px}.tagList-item{border:1px solid #ccc;border-radius:5px;color:#333;font-size:12px;margin-right:5px;padding:2px 8px}.blog-cards-content-item-name{color:#333;font-size:22px;font-weight:600;margin-bottom:10px}.blog-cards-content-item-desc{box-sizing:border-box;color:#666;flex:1;font-size:16px;overflow:hidden;text-overflow:ellipsis}.blog-cards-content-item-more{color:#009973;display:flex;font-size:16px;font-weight:700;padding-top:1.5rem}@media (max-width:1140px){.blog-cards{width:100%}.blog-cards-content-item{flex-direction:column;height:auto;width:100%}.blog-cards-content-item-left{width:100%}.blog-cards-content-item-image{height:100%;width:100%}.blog-cards-content-item-image img{height:200px;object-fit:cover;width:100%}}@media (max-width:993px){.blog-cards{grid-template-columns:1fr 1fr}.blog-cards-content-item{flex-direction:column;height:auto;width:100%}.blog-cards-content-item-left{width:100%}.blog-cards-content-item-image{height:100%;width:100%}.blog-cards-content-item-image img{height:200px;object-fit:cover;width:100%}}@media (max-width:767px){.blog-cards{grid-template-columns:1fr;width:100%}.blog-cards-content-item{flex-direction:column;height:auto;width:100%}.blog-cards-content-item-left{width:100%}.blog-cards-content-item-image{height:100%;width:100%}.blog-cards-content-item-image img{height:200px;object-fit:cover;width:100%}}