.blog-home{padding-top:50px}@media only screen and (min-width: 1280px){.blog-home{padding-top:100px}}.blog-home .underline{margin-left:auto;margin-right:auto;width:200px;height:3px;background:#fadb5f}.blog-home .posts{display:grid;grid-template-columns:1fr;gap:60px;margin-top:50px}@media only screen and (min-width: 1280px){.blog-home .posts{margin-top:100px}}@media only screen and (min-width: 1440px){.blog-home .posts{flex-direction:row;grid-template-columns:1fr 1fr}}.blog-home .posts .post{display:flex;gap:20px;flex-direction:column}@media screen and (min-width: 768px){.blog-home .posts .post{flex-direction:row}}.blog-home .posts .post img{object-fit:cover;aspect-ratio:3/2;max-width:300px;border-radius:var(--card-curved-radius)}@media screen and (min-width: 768px){.blog-home .posts .post img{width:300px}}.blog-home .posts .post .post-content a{text-decoration:none}.blog-home .posts .post .post-content p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden}.blog-home .posts .post .post-content h2:hover{font-weight:600}.blog-home .posts .post .post-content a.link-more{display:inline-block;margin-top:15px;text-decoration:underline}@media only screen and (min-width: 1280px){.blog-home .posts .post .post-content a.link-more{margin-top:30px}}
