.intro {
	text-align: center;
}

div.intro {
	display: flex;
	flex-direction: column;
	gap: 1.5em;
	align-items: center;
}

div.intro > p {
	text-align: center;
}

@media screen and (min-width: 768px) {
	
	div.intro {
		flex-direction: row;
	}
	
}