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

.tytul-container .desc {
	font-weight: 300;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	letter-spacing: 0.18em;
}

@media only screen and (max-width: 996px) { 
	.tytul-container .title {
	    font-family: 'Grad' !important;
		font-weight: 400;
		font-size: 36px;
		line-height: 100%;
		text-align: center;
		letter-spacing: 0.02em;
		margin:  0 auto;
	}
}