.df-story {
	background: #fff;
	font-family: "Montserrat", sans-serif;
	color: #000;
}

.df-story *,
.df-story *::before,
.df-story *::after {
	box-sizing: border-box;
}

.df-story__inner {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: var(--df-section-y, 72px) var(--df-section-x, 24px);
	text-align: center;
}

.df-story__title {
	margin: 0 0 24px;
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-size: var(--df-title-size, 50px);
	font-weight: 400;
	line-height: 1.3;
	text-transform: none;
}

.df-story__text {
	margin: 0;
	color: #131313;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.7;
}

@media (max-width: 767px) {
	.df-story__text {
		font-size: 16px;
	}
}
