.container-news{flex-direction:column;width:100%;max-width:1280px;margin:0 auto;padding:4rem 1rem;display:flex}.head-content{justify-content:space-between;align-items:center;display:flex}.text-header{color:#374151;margin-bottom:.5rem;font-size:32px;font-weight:600}.text-update{color:#6b7280;background:#f3f4f6;border-radius:9999px;padding:.25rem .75rem;font-size:.875rem;font-weight:500}.wrap-card{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem;display:grid}.card-news{background-color:#fff;border:1px solid #f3f4f6;border-radius:1rem;flex-direction:column;justify-content:space-between;gap:1rem;width:100%;height:100%;margin:0;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.card-news:hover{cursor:pointer;border-color:#e5e7eb;transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.img-cover{object-fit:cover;border-radius:0;width:100%;height:220px}.text-news-h{text-align:left;color:#111827;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;padding:0 1.25rem;font-size:1.125rem;font-weight:700;line-height:1.5;display:-webkit-box;overflow:hidden}.hr-news{background:linear-gradient(90deg,#e5e7eb,#0000);border:0;width:100%;height:1px;margin-top:1rem}.hr-news-card{background:#f3f4f6;border:0;width:100%;height:1px;margin:.5rem 0}.text-date{color:#6b7280;align-items:center;gap:.5rem;padding:0 1.25rem 1.25rem;font-size:.875rem;font-weight:500;display:flex}@media (max-width:1024px){.wrap-card{grid-template-columns:repeat(2,1fr);gap:1.5rem}.text-news-h{font-size:1rem}}@media (max-width:768px){.container-news{padding:3rem 1.5rem}.wrap-card{grid-template-columns:1fr}.head-content{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (max-width:640px){.container-news{padding:1.5rem 1rem}.text-header{font-size:24px}.wrap-card{flex-direction:column-reverse;gap:0;display:flex}.card-news{flex-direction:column;gap:12px;width:100%;margin:.5rem 0;padding:.75rem}.img-cover{border-radius:.5rem;width:100%;min-width:100%;height:180px}.text-news-h{font-size:14px;line-height:1.4}.hr-news-card{display:block}.text-date{font-size:11px;display:block}}
