.home-recent{margin:60px auto;max-width:1368px;padding:0 20px}.home-recent .head{align-items:flex-end;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:16px}.home-recent h2{font-size:36px;font-weight:800;margin:0}.home-recent .grid{display:grid;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr))}.home-recent .card{background:#fff;border:1px solid #e9e9ec;border-radius:14px;display:flex;flex-direction:column;overflow:hidden}.home-recent .card-img{aspect-ratio:16/9;background:#f3f4f7;display:block;overflow:hidden}.home-recent .card-img img{display:block;height:100%;object-fit:cover;transition:transform .35s ease;width:100%;will-change:transform}.home-recent .card:hover .card-img img{transform:scale(1.06)}.home-recent .card-body{padding:16px}.home-recent .card-tag{background:#f3f4f6;border-radius:999px;color:#333;display:inline-block;font-size:12px;margin:0 0 8px;padding:6px 10px}.home-recent .card h3{font-size:18px;line-height:1.3;margin:0 0 8px}.home-recent .card h3 a{color:#0b0b0c;text-decoration:none}.home-recent .card h3 a:hover{text-decoration:none}.home-recent .card p{color:#5b5b5b;font-size:14px;line-height:1.55;margin:0 0 10px}.home-recent a:focus-visible{border-radius:8px;outline:2px solid #ff5a00;outline-offset:2px}@media (max-width:1024px){.home-recent .grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:640px){.home-recent .grid{grid-template-columns:1fr!important}}