.text-panel{
	display:flex;
	flex-direction:row;
	justify-content:center;
}

.text-panel > p{
	font-size:1.1rem;
	width:80%;
	line-height:1.5rem;
	max-width:700px;
	text-align:center;
}