.produkty p {
	text-align: justify;
	font-size: 18px;
	font-weight: 400;
}

.produkty ul li {
	font-size: 18px;
}

.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;
	}

.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;
		}
}