.pressReleasesWidget .top{display:flex;flex-direction:column;gap:20px;margin-bottom:40px}.pressReleasesWidget .newsList{display:grid;grid-template-columns:repeat(1,1fr);gap:30px}.pressReleasesWidget .article{border-bottom:1px solid var(--gray);padding-bottom:30px;display:flex;flex-direction:column;gap:30px}.pressReleasesWidget .article img{border-radius:10px;box-shadow:0 0 10px 0 rgba(0,0,0,.2);transition:.15s linear}.pressReleasesWidget .article:has(a:hover,a:focus-visible) img{scale:1.02;box-shadow:0 0 10px 0 rgba(15,136,202,.6)}.pressReleasesWidget .article .title{font-size:1.2rem;font-weight:300;color:var(--brand-blue);margin-bottom:5px;display:inline-block}.pressReleasesWidget .article:has(a:hover,a:focus-visible) .title{color:var(--bright-blue)}.pressReleasesWidget .article .dateWebsite{display:flex;gap:5px;margin-bottom:20px}.pressReleasesWidget .article .botLink{text-transform:uppercase;font-weight:600;font-size:.9rem}.pressReleasesWidget .article:has(a:hover,a:focus-visible) .botLink{color:var(--brand-blue)}@media(min-width:600px){.pressReleasesWidget .article{flex-direction:row;align-items:center}}@media(min-width:767px){.pressReleasesWidget .top{flex-direction:row;align-items:center}.pressReleasesWidget h2{flex:1;margin-bottom:0}}@media(min-width:1000px){.pressReleasesWidget .newsList{grid-template-columns:repeat(2,1fr)}}