.th {
	width:810px;
	max-width:100%;
	margin:64px auto;
	padding:30px;
	box-sizing:border-box;
	background:#FA2A5D;
	color:#fff;
	
}

.th__view {
	width:50px;
	height:37px;
	background-image:url(assets/th/train.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.th__title {
	margin-top:8px;
	font-size:28px;
	font-weight:600;
	font-family: 'BNC', Arial, sans-serif;
	text-transform:uppercase;
}

.th__content {
	margin-top:4px;
}

.th__content p {
	color:#fff;
}
.th__content p:first-child {
	margin-top:0;
}
.th__content p:last-child {
	margin-bottom:0;
}


@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){

}

@media screen and (max-width:480px){
	.th {
		margin-bottom:48px;
		
	}
	.block  + .th {
		margin-top:24px;
	}
	
	
}
