.press-room-list .press-notes{display:grid;grid-template-columns:1fr;grid-gap:24px}.press-room-list .press-notes .note-content{border:1px solid var(--color-light-gray);border-radius:var(--border-radius);display:flex;flex-direction:column;justify-content:space-between;min-height:340px;padding:28px 16px}.press-room-list .press-notes .note-content .note-title{background-size:cover;border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius);color:var(--color-black);display:block;display:-webkit-box;font-family:var(--font-heading);font-size:24px;font-weight:400;line-height:28px;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin-bottom:16px}.press-room-list .press-notes .note-content .note-url{margin-top:12px}.press-room-list .press-notes .note-content .note-excerpt *,.press-room-list .press-notes .note-content .note-url a{color:var(--color-black);font-family:var(--font-regular)!important;font-size:16px!important;line-height:24px!important;margin-bottom:0!important;text-align:left!important}.press-room-list .press-notes .note-content .note-url a:hover{color:var(--color-medium-orange)}.press-room-list .press-notes .note-content .note-url a span{position:relative;top:2px}.press-room-list .press-notes .note-content .note-excerpt p{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical}@media only screen and (min-width:48em){.press-room-list .press-notes{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (min-width:62em){.press-room-list .press-notes{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:48em){.press-room-list .press-notes.swiper-wrapper{display:flex;grid-gap:unset}}