.text-sec {
	margin-top: 50px !important;
}
.text-sec .text-block {
	/*color: var(--dark-35);*/
	text-align: center;
	font-family: 'Outfit', sans-serif;
	font-size: 20px;
	line-height: 1.32em;
	max-width: 954px;
	margin: 0 auto;
}
@media screen and (min-width: 576px) {
	.text-sec .text-block {
		font-size: 22px;
	}
}
@media screen and (min-width: 768px) {
	.text-sec .text-block {
		font-size: 24px;
	}
}
@media screen and (min-width: 992px) {
	.text-sec .text-block {
		font-size: 28px;
	}
}
@media screen and (min-width: 1200px) {
	.text-sec .text-block {
		font-size: 32px;
	}
}