.news-component{margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;width:100%}@media (min-width:576px){.news-component{max-width:576px}}@media (min-width:768px){.news-component{max-width:768px}}@media (min-width:992px){.news-component{max-width:992px}}@media (min-width:1200px){.news-component{max-width:1200px}}@media (min-width:1400px){.news-component{max-width:1400px}}.news-component{display:flex;flex-direction:column;gap:3rem;margin-bottom:8rem;margin-top:8rem}.news-component .component-header{display:flex;flex-direction:column;gap:1rem;z-index:10}.news-component .component-header .component-title{font-weight:600;line-height:1;max-width:100%;text-transform:uppercase;width:-moz-fit-content;width:fit-content}@media (min-width:992px){.news-component .component-header .component-title{max-width:var(--max-width-lg)}}.news-component .component-header .component-description{font-family:var(--font-header),sans-serif;font-weight:500;max-width:100%;text-transform:uppercase;width:var(--max-width-md)}.news-component .component-posts{-moz-column-gap:1rem;column-gap:1rem;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));row-gap:3rem}@media (min-width:576px){.news-component .component-posts{grid-template-columns:repeat(3,minmax(0,1fr))}}.news-component .component-posts .single-post{display:flex;flex-direction:column;gap:1rem}.news-component .component-posts .single-post .post-image{border-radius:1rem;display:flex;height:18rem;overflow:hidden;width:100%}.news-component .component-posts .single-post .post-image img{display:flex;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:all .2s;width:100%}.news-component .component-posts .single-post .post-content{display:flex;flex:1 1 0%;flex-direction:column;gap:1rem}.news-component .component-posts .single-post .post-content h3{--tw-text-opacity:1;color:rgb(18 161 154/var(--tw-text-opacity,1));flex:1 1 0%;font-size:25px;font-weight:500;line-height:1.375;transition:all .2s}.news-component .component-posts .single-post:hover,.news-component .component-posts .single-post:hover .post-content h3{--tw-text-opacity:1;color:rgb(43 46 131/var(--tw-text-opacity,1))}.news-component .component-posts .single-post:hover .post-image img{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.news-component .component-bottom{align-items:center;display:flex;justify-content:center;width:100%}
