 @charset "UTF-8";
.news-digest-table {
    margin-top: 0;
    width: 100%;
}
.news-digest-table td:nth-child(2){
    width: 100%;
}
@media (min-width: 48em) {
    .in-the-media-list-item {
        display: flex;
        gap: 20px;
    }
}
.in-the-media-list-item {
    margin-bottom: 3em;
}
.in-the-media-image {
    margin-bottom: 1em;
}
@media (min-width: 48em) {
    .in-the-media-image {
        max-width: 240px;
    }
}
.in-the-media-content {
    flex: 1;
}