.content-image-cta p{font-size:12px}.news{display:grid;gap:1.25rem;grid-template-columns:1fr}@media (min-width:782px){.news{grid-template-columns:repeat(2,1fr)}}.news__item{transition:background-color .2s ease-in-out,color .2s ease-in-out;position:relative;background-color:var(--wp--preset--color--warmgray);border-radius:var(--wp--custom--border-radius--large);overflow:hidden;display:flex;flex-wrap:wrap}@media (min-width:981px){.news__item{flex-wrap:nowrap}}.news__item-image{position:relative;overflow:hidden;width:100%;padding-top:60%}@media (min-width:981px){.news__item-image{padding-top:0;height:100%;width:13.5rem}}.news__item-image img{position:absolute;object-fit:cover;inset:0;width:100%;height:100%}.news__item-content{flex-basis:100%;padding:2rem 1rem}@media (min-width:981px){.news__item-content{padding:2rem 2rem 3.5rem;flex:1}}.news__item-content .labels{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:.625rem}.news__item-content .labels span{transition:background-color .2s ease-in-out,color .2s ease-in-out;background-color:var(--wp--preset--color--blackblue);color:var(--wp--preset--color--white);border-radius:3px;font-size:var(--wp--preset--font-size--small-desktop);line-height:1;padding:.4rem .5rem .3rem}.news__item-content h2{margin:.5rem 0;line-height:100%}.news__item-content h2 a{transition:color .2s ease-in-out}.news__item-content__scribble{position:absolute;right:2rem;bottom:1rem;height:4.0625rem;width:10.5625rem}.news__item-content__scribble *{stroke:var(--wp--preset--color--warmgray)}.news__item-content:hover{background-color:var(--wp--preset--color--forest-green)}.news__item-content:hover,.news__item-content:hover h2 a{color:var(--wp--preset--color--white)}.news__item-content:hover .news__item-content__scribble *{stroke:var(--wp--preset--color--lilac-blue)}