.articles__content{display:grid;grid-template-columns:repeat(3,1fr);gap:20px 40px}@media screen and (max-width: 768px){.articles__content{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 30px}}@media screen and (max-width: 540px){.articles__content{grid-template-columns:repeat(1,1fr)}}.articles__post{width:100%;height:auto;margin:0!important}.n-post__card{display:flex;flex-direction:column;gap:30px 0;text-decoration:none!important}@media screen and (max-width: 1260px){.n-post__card{gap:20px 0}}.n-post__image{border-top-right-radius:20px;border-bottom-right-radius:20px;height:170px;background-size:cover;background-repeat:no-repeat;background-position:center}@media screen and (max-width: 1260px){.n-post__image{height:calc((((100vw - 40px) / 3) - 80px) * .5)}}@media screen and (max-width: 768px){.n-post__image{height:calc(((100vw - 40px)/2 - 60px)/2)}}@media screen and (max-width: 540px){.n-post__image{height:calc((100vw - 40px)/2)}}
