.tekst{
		padding-left: 5%;
		padding-right:5%;
	}
.tekst ul li {
	font-size: 18px;
}
.tekst p {
	font-size: 18px;
	text-align: justify;
}
.row-glowna{
		margin-top: 2em;
margin-bottom: 2em;}
.kontakt-link {
	padding: 1em 3em 1em 3em;
    color: #fff;
    background-color: #ce2222;
	transition: all 0.5s ease;
}
.kontakt-link:hover {
	background-color: #fff;
	color: #ce2222;
	border: 1px solid #ce2222;
}

.kontener-oferta{
 position: relative;
 text-align: center;
}
.box {
 padding: 0;
}

.kontener-oferta h2 {
top: 50%;
background-color: rgba(0,0,0,0.5);
color: #fff !important;
	font-size:3em;
	position: relative;
	z-index: 100;
}
.kontener-oferta a {
		 display:inline-block;
         width:100%;
         height:100%;}
.row-flex {
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
	
	min-height: 25em;
	margin-bottom: 2em;
	}
.no-padding {
		padding: 0 !important;
	}
.produkty{
	background-color: #ce2222;
	}
.produkty h3 {
		color: #fff !important;
	margin-top: .5em !important;
}
.classic {
	background: url(https://pokrowce.net/wp-content/uploads/2020/03/classic-e1583514018537.jpg) center center no-repeat;
	background-size: cover;
}
.exclusive {
	background: url(https://pokrowce.net/wp-content/uploads/2020/03/empty-vehicle-seat-1633602-scaled-e1583502053845.jpg) center center no-repeat;
	background-size: cover;
}
.haftowane {
	background: url(https://pokrowce.net/wp-content/uploads/2020/03/dodatki-scaled-e1583779319110.jpg) center center no-repeat;
	background-size: cover;
}

.classic::after, .exclusive::after, .haftowane::after{
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.classic::after, .exclusive::after, .haftowane::after{
	display: none;
}

@media only screen 
and (min-width : 320px) 
		and (max-width : 580px){
	.row-flex{
		min-height: 45em;
	}
	.tekst{
		padding-left: 5% !important;
		padding-right:5%;
	}
} 