.name {
	text-align:center;
	margin-bottom:120px;
	font-family:'Helvetica Neue','Helvetica',Arial,sans-serif;
}
.name__title {
	font-size: 130px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0;	
	position:relative;
	display:inline-flex;
	line-height:1;
}
.name__desc {
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translateX(12%) translateY(12%) rotate(-4.05deg);
	white-space: nowrap;
	font-size: 16px;
	padding: 4px 8px;
	background-color: #F0F5FC;
	box-sizing:border-box;
}


@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){
	.name {
		margin-bottom:70px;
	}
	.name__title {
		font-size:calc(60px + (130 - 60) * (100vw - 320px) / (768 - 320))
	}
	.name__desc {
		left:50%;
		right:auto;
		transform: translateX(-50%) translateY(60%) rotate(-3deg);
		font-size: 15px;
		width:260px;
		white-space:normal;
	}
	
	
	#pol .name__desc { 
		transform: translateX(-50%) translateY(80%) rotate(-1deg);
	}
	#jul .name__desc { 
		width:300px;
	}
}

@media screen and (max-width:480px){

}
