.text-grid {
	padding: 15px;
}

.text-grid article {
	padding: 20px 0;
}

.text-grid h3 {
	font-size: 32px;
	color: #404041;
	padding-bottom: 15px;
}

.text-grid p {
	padding-bottom: 20px;
}

@media screen and (min-width: 1024px) {
	.text-grid article {
		float: left;
		width: 48%;
		margin-right: 4%;
	}
	.text-grid article:last-child {
		margin-right: 0;
	}
	.text-grid p {
		font-size: 18px;
	}
}