.tekstowa-image-box {
	overflow: hidden;
	height: 300px;
}
.tekstowa-image-box img {
	width: 100%;
}

.tekstowa {
	padding: 50px 0;
}
.tekstowa > h1 {
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f1f1f1;
}
.tekstowa > article {
	line-height: 150%;
	color: #404040;
}

@media screen and (max-width: 640px) {
	.tekstowa-image-box {
		height: auto;
	}
}
