.news__items-wrapper{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));grid-gap:2rem;gap:2rem}@media (min-width:768px){.news__items-wrapper{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.news__items-wrapper{grid-template-columns:repeat(3,minmax(0,1fr))}}.news__items-wrapper{margin-bottom:2rem}@media (min-width:768px){.news__items-wrapper{margin-bottom:4rem}}.news__item{position:relative;width:100%;padding-top:0;padding-bottom:0}.news__item:not(:last-child){border-bottom:1px solid #fff}.news__item .image{position:relative;margin-bottom:1rem;max-height:20rem;min-height:320px;--tw-bg-opacity:1;background-color:rgba(15,15,15,var(--tw-bg-opacity))}@media (min-width:1440px){.news__item .image{min-height:480px}}.news__item .image img{position:absolute;top:0;right:0;bottom:0;left:0}.news__item .image .placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.news__item .image .placeholder svg{height:100%;width:100%;--tw-rotate:0deg;-webkit-transform:var(--tw-transform);transform:var(--tw-transform)}.news__item p.tag{margin-bottom:.5rem}.news__item svg{height:1.5rem;width:1.5rem;--tw-rotate:-90deg;-webkit-transform:var(--tw-transform);transform:var(--tw-transform);-webkit-transition-property:all;transition-property:all;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-duration:.15s;transition-duration:.15s;fill:#0f0f0f}.news__single-content img{width:100%;-o-object-fit:cover;object-fit:cover}.news__single-content a{--tw-text-opacity:1;color:rgba(255,80,10,var(--tw-text-opacity))}