.tc-three-articles{display:grid;grid-template-areas:"article-1" "article-2" "article-3";grid-template-columns:minmax(0,1fr)}@media print,screen and (min-width:64em){.tc-three-articles{grid-template-areas:"article-1 article-2 article-3";grid-template-columns:repeat(3,minmax(0,1fr))}}.tc-three-articles>article{justify-content:start;width:100%}.tc-three-articles>article .the-media-object__title{word-wrap:break-word;hyphens:auto;max-width:100%;overflow-wrap:break-word;word-break:break-word}@media print,screen and (min-width:64em){.tc-three-articles>article{word-wrap:break-word;width:auto}}.tc-three-articles-event{border-top:1px solid var(--color-grey-3);gap:24px;padding-top:24px}.tc-three-articles-default{gap:16px}.tc-three-articles-default>article{border-top:1px solid var(--color-grey-3);row-gap:16px}@media print,screen and (min-width:64em){.tc-three-articles-default{border-block:solid 1px var(--color-grey-3);gap:24px;padding:24px 0}.tc-three-articles-default>article{border-top:none;row-gap:0}}.tc-three-articles__title{font-weight:var(--font-weight-extrabold)}@media print,screen and (min-width:64em){.tc-three-articles__title{font-weight:var(--font-weight-heavy)}}