.flex_layout.tekst_content .tekst-content-container {
	display: flex;
	gap: 135px;
	max-width: 1120px;
}

.flex_layout.tekst_content .tekst-1 {
	max-width: 470px;
	width: 100%;
}

.flex_layout.tekst_content .tekst-2 {
	max-width: 510px;
	width: 100%;
}

@media screen and (max-width: 1200px) {
	.flex_layout.tekst_content .tekst-content-container {
	gap:50px;	
	}
}	

@media screen and (max-width: 992px) {
	.flex_layout.tekst_content .tekst-content-container {
	gap:20px;	
	flex-direction: column;
	}
	.flex_layout.tekst_content .tekst-1,
	.flex_layout.tekst_content .tekst-2{
		max-width:100%;
	}
}	