.news-card-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;padding:0}.news-card{background:#fff;border:2px solid #0052cc;border-radius:10px;box-sizing:border-box;flex:1 1 300px;height:280px;max-width:380px;opacity:1;overflow:hidden;position:relative;transition:opacity .3s ease,width .3s ease;width:100%}.news-card-image{background-position:50%;background-size:cover;height:160px;position:relative}.news-card-image:before{background-color:rgba(0,0,0,.3);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.news-category{background-color:#0052cc;border-radius:12px;bottom:15px;color:#fff;font-size:12px;left:15px;padding:4px 10px;position:absolute;text-align:center;z-index:1}.news-card-body{box-sizing:border-box;display:flex;flex-direction:column;height:115px;justify-content:space-between;padding:20px}.news-title{color:#333;display:-webkit-box;font-size:16px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;transition:font-weight .3s ease}.news-card:hover .news-read-more,.news-card:hover .news-title{font-weight:700}.news-read-more{align-self:flex-start;color:#0052cc;font-size:14px;text-decoration:none;transition:font-weight .3s ease}@media (max-width:768px){.news-card{flex:1 1 100%;max-width:100%}}