@media (min-width: 800px) {
 #nwFooter {
	display: grid;
	grid-template-columns: 50% 50%;
 }
 #nwFooter > p {
	grid-column-start: 1;
	grid-row: 1 / span 2;
	text-align: left;
 }
 #nwCredit {
	grid-column: 1 / span 2;
 }
 #nwFooter .paymentMethods {
	width: 100%;
 }
}
