.storytelling_text {
	width: 1200px;
	margin: auto;
}
@media screen and (max-width: 1024px) {
	.storytelling_text {
		width: 90%;
	}
}