.in-the-news-shortlist__wrapper{display:flex;flex-grow:1;flex-direction:column}
.in-the-news-shortlist__block{width:100%;position:relative;display:block;background:#fff;padding:20px 30px 20px 20px;margin-bottom:40px}
.in-the-news-shortlist__block:last-child{margin-bottom:0}
.in-the-news-shortlist__label{display:inline-block;font-size:13px;text-transform:uppercase;border-radius:2px;color:#002fa7;line-height:22px;margin-bottom:10px;font-weight:700;font-style:normal}
.in-the-news-shortlist__title{color:#2b2926;font-size:24px;font-weight:600;font-style:normal}
@media only screen and (max-width:1229px){.in-the-news-shortlist__wrapper{flex-direction:row;justify-content:space-between}
.in-the-news-shortlist__block{width:calc(100%/3 - 15px);margin-bottom:0}
}
@media only screen and (max-width:767px){.in-the-news-shortlist__wrapper{flex-direction:column}
.in-the-news-shortlist__block{width:100%;margin-bottom:10px}
.in-the-news-shortlist__title{font-size:20px;line-height:24px}
}