.banner100_tekst {
	position: relative;
	overflow: hidden;
	padding: 120px 0;
}

.banner100_tekst .container {
	position: relative;
}

.banner100_tekst p {
	margin: 0 auto;
	font-family: Inter;
	font-size: 36px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%; /* 43.2px */
	max-width: 850px;
	width: 100%;
}

.banner100_tekst p * {
	font-family: Inter;
	font-size: 36px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%; /* 43.2px */
}

.banner100_tekst p strong,
.banner100_tekst p b {
	font-weight: 500;
}

@media only screen and (max-width: 996px) {
	.banner100_tekst {
		padding: 60px 0;
	}

	.banner100_tekst p,
	.banner100_tekst p * {
		font-size: 26px;
	}
}