.text-block{display:grid;grid-template:"col1" "col2";row-gap:1rem}.text-block .col-1{text-transform:uppercase}.text-block .col-2{grid-area:col2}@media screen and (min-width:1029px){.text-block{grid-template-areas:"col1 . col2";grid-template-columns:calc(16.66667% + 16px) auto calc(58.33333% + 16px)}}
