.columns {
	display: grid;
	grid-template-columns: 3fr 7fr;
	gap: 1em;
	justify-items: start;
	align-items: start;
}