div.big-cards{margin-bottom:2.5rem}div.big-cards .cards{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}div.big-cards .card{border-radius:0.25rem;padding:1.5rem}div.big-cards .card>*:last-child{margin-bottom:0}div.big-cards .card h2{margin-bottom:2.25rem;font-size:3.5rem}div.big-cards .card--light_blue{background-color:var(--color-off-white);color:var(--color-body-copy)}div.big-cards .card--dark_blue{background-color:var(--color-deep-blue);color:var(--color-white)}div.big-cards .card--dark_blue .large{color:var(--color-white)}div.big-cards .card--dark_blue h2,div.big-cards .card--dark_blue h3,div.big-cards .card--dark_blue h4,div.big-cards .card--dark_blue h5,div.big-cards .card--dark_blue h6{color:var(--color-white)}div.big-cards .card--light_blue h2{color:var(--color-heading-copy)}div.big-cards .card--light_blue h3,div.big-cards .card--light_blue h4,div.big-cards .card--light_blue h5,div.big-cards .card--light_blue h6{color:var(--color-body-copy)}@media (max-width:768px){div.big-cards .cards{grid-template-columns:1fr}div.big-cards .card h2{text-align:left}}