/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/css/blocks/text-editor.css ***!
  \************************************************************************************************************************************************************************************/
@media (min-width: 1024px) {

	.offer-text .container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.text-editor-block--homepage .text-content p {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.text-editor-block--homepage .text-content p.in-view {
	opacity: 1;
	transform: translateY(0);
}

.text-editor-block--homepage .text-content p:nth-child(1) {
	transition-delay: 0s;
}

.text-editor-block--homepage .text-content p:nth-child(2) {
	transition-delay: 0.15s;
}

.text-editor-block--homepage .text-content p:nth-child(3) {
	transition-delay: 0.3s;
}

.text-editor-block--homepage .text-content p:nth-child(4) {
	transition-delay: 0.45s;
}

.text-editor-block--homepage .text-content p:nth-child(5) {
	transition-delay: 0.6s;
}

.text-editor-block--homepage .text-content p:nth-child(6) {
	transition-delay: 0.75s;
}

.text-editor-block--homepage .text-content p:nth-child(7) {
	transition-delay: 0.9s;
}

.text-editor-block--homepage .text-content p:nth-child(8) {
	transition-delay: 1.05s;
}


/*# sourceMappingURL=text-editor.css.map*/