<div class="grid">
<div class="grid-item">
<h2>More accessible</h2>
<p>I love cheese, especially queso cheese on toast. Cheesecake who moved my cheese halloumi cottage cheese cottage cheese cheese slices cottage cheese manchego. Cheese triangles pepper jack bocconcini cheese and biscuits st. agur blue cheese cheesecake babybel blue castello. Edam cheese and wine st. agur blue cheese croque monsieur cheesecake.</p>
<p>Airedale cheesy feet brie. Roquefort bavarian bergkase squirty cheese cheesy feet bavarian bergkase everyone loves macaroni cheese squirty cheese. Cow cheesy grin cheesy grin cheese on toast roquefort caerphilly cream cheese queso. Who moved my cheese jarlsberg.</p>
<p>Red leicester cheesy feet cheese slices. Camembert de normandie stinking bishop ricotta brie feta macaroni cheese mozzarella babybel. Parmesan boursin swiss stinking bishop cut the cheese feta cream cheese cow. Feta cottage cheese cauliflower cheese dolcelatte halloumi bocconcini.</p>
</div>
<div class="grid-item">
<h2>Less accessible</h2>
<p>I love cheese, especially queso cheese on toast. Cheesecake who moved my cheese halloumi cottage cheese cottage cheese cheese slices cottage cheese manchego. Cheese triangles pepper jack bocconcini cheese and biscuits st. agur blue cheese cheesecake babybel blue castello. Edam cheese and wine st. agur blue cheese croque monsieur cheesecake.</p>
<p>Airedale cheesy feet brie. Roquefort bavarian bergkase squirty cheese cheesy feet bavarian bergkase everyone loves macaroni cheese squirty cheese. Cow cheesy grin cheesy grin cheese on toast roquefort caerphilly cream cheese queso. Who moved my cheese jarlsberg.</p>
<p>Red leicester cheesy feet cheese slices. Camembert de normandie stinking bishop ricotta brie feta macaroni cheese mozzarella babybel. Parmesan boursin swiss stinking bishop cut the cheese feta cream cheese cow. Feta cottage cheese cauliflower cheese dolcelatte halloumi bocconcini.</p>
</div>
</div>
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body {
font-family: "Open Sans", sans-serif;
margin: 1rem;
}
h2 {
font-size: 1.5rem;
}
p {
font-size: 1rem;
}
.grid {
display: grid;
grid-template-columns: minmax(500px, 900px);
}
.grid-item {
padding: 0 1.25rem;
margin: 1rem;
text-align: left;
overflow: hidden;
}
.grid-item:first-child {
grid-row: span 2;
line-height: 1.6875rem;
max-width: 544px;
max-inline-size: 66ch;
}
.grid-item:first-child p {
margin-bottom: 2rem;
}
.grid-item:nth-child(2) {
grid-column: 1 / span 4;
line-height: 1.2rem;
letter-spacing: -0.05rem;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.