.naklejki-container {
	padding: 48px 0;
}

.naklejki-container p.title {
    font-family: 'Grad' !important;
	font-weight: 400;
	font-size: 48px;
	line-height: 100%;
	text-align: center;
	letter-spacing: 0.02em;
	margin:  0 auto;
}

.naklejki-container p.desc {
	font-weight: 700;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	letter-spacing: 0.18em;
	margin:  14px auto 32px auto;
}

.naklejki-container ul.stickers {
	list-style:  none;
	padding:  0;
	margin:  30px auto 0 auto;
}

.naklejki-container ul.stickers li {
	width: 25%;
	text-align: center;
}

.naklejki-container ul.stickers li img {
	width:  175px;
}

.naklejki-container ul.stickers li p.title {
    font-family: 'Grad' !important;
	font-weight: 700;
	font-size: 22px;
	line-height: 135%;
	text-align: center;
	margin:  20px auto 6px auto;
}

.naklejki-container ul.stickers li p.desc {
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	line-height: 160%;
	letter-spacing: 0;
	text-align: center;
	margin: 0;
}

@media only screen and (max-width: 996px) {
	.naklejki-container {
		padding: 24px 0;
	}

	.naklejki-container ul.stickers { 
		margin: 0;
	}

	.naklejki-container ul.stickers li { 
		width: 50%;
		margin-top: 24px;
	}

	.naklejki-container ul.stickers li img {
		width:  100px;
	}

	.naklejki-container p.title {
		font-weight: 400;
		font-size: 36px;
		line-height: 100%;
		text-align: center;
		letter-spacing: 0.02em;
	}

	.naklejki-container ul.stickers li p.title {
	    font-weight: 700;
		font-size: 18px;
		line-height: 135%;
		text-align: center;
		margin:  12px auto 6px auto;
	}

	.naklejki-container ul.stickers li p.desc {
		font-weight: 300;
		font-size: 10px;
		line-height: 160%;
		text-align: center;
	}
}