.text-rozstrzelony{
	line-height: 2.15;
}
.text-white{
	color: white;
}
.text-light-grey{
	color: grey;
}
.text-wyrozniony{
	color: #fa5d07;
}
.font-72{
	font-size: 72px;
	font-weight: 700;
}
.font-72-light{
	font-size: 72px;
	font-weight: 300;
}
.font-30-light{
	font-size: 30px;
	font-weight: 300;
}
.font-30-bold{
	font-size: 30px;
	font-weight: 700;
}
.font-30-regular{
	font-size: 30px;
	font-weight: 400;
}
.font-24-regular{
	font-size: 24px;
	font-weight: 400;
}
.font-16-regular{
	font-size: 16px;
	font-weight: 300;
}
.text-section-header-rwd{
	font-weight: 300;
/*	text-transform: uppercase;*/
	margin: 0px;
}
/*
.text-section-header-rwd{
	font-size: 72px;
}
@media (min-width: 992px) and (max-width: 1339px){
	.text-section-header-rwd{
		font-size: 66px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.text-section-header-rwd{
		font-size: 60px;
	}
}
@media (min-width: 480px) and (max-width: 767px){
	.text-section-header-rwd{
		font-size: 54px;
	}
}
@media (max-width: 479px){
	.text-section-header-rwd{
		font-size: 40px;
	}
}*/