.post{border:1px solid #a4a4a4;border-radius:20px;height:360px;transition:background .3s ease,box-shadow .3s ease}@media (max-width:1200px){.post{height:100%;padding-bottom:20px}}.posts__container{display:grid;gap:60px;margin-bottom:60px;width:100%}.featured-image__container{border-radius:20px;overflow:hidden}.featured-image{aspect-ratio:1.91/1;border-radius:20px;object-fit:cover;width:100%}.post:hover{background:#f6f6f6;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);text-decoration:none}.post-contents__container{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}@media (max-width:1200px){.post-contents__container{padding:0 15px}}.post-date__text{margin-top:15px;text-decoration:none}.post-date__text,.post-tag__text{color:var(--color-gray-400)}.post-title__text{display:-webkit-box;font-weight:var(--font-weight-bold);overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;color:#000;text-decoration:none}.post-tag__separator{color:var(--color-gray-400)}html[lang=en] .post-tags,html[lang=en] .post-title__text,html[lang=vi] .post-tags,html[lang=vi] .post-title__text{line-height:var(--line-height-tight)}.post-tags{height:24px}@media (min-width:768px){.posts__container{gap:120px 42px;grid-template-columns:repeat(2,1fr);margin-bottom:100px;width:100%}.featured-image__container{border-radius:15px}.post-date__text{margin-top:15px}.post-contents__container{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;padding:0 15px}.post-title__text{font-size:var(--font-size-lg);line-height:43.2px}}@media (min-width:1200px){.posts__container{grid-template-columns:repeat(3,1fr)}}