@charset "UTF-8";

.container{
	margin-bottom:40px;
	
}

.inner-header{
	box-sizing: border-box;
	/*padding:20px 0;*/
	
	margin-bottom:20px;
}

.inner-header h2{
	font-size:1.5rem;
	line-height:88px;
	font-weight:400;
	letter-spacing:0.2em;
	text-align: center;
	position: relative;
	background: linear-gradient(135deg, #6e1828 0%, #3d0c18 100%);
	color: #e8d5c0;
	text-shadow: 0 1px 8px rgba(0,0,0,0.5);
	overflow: hidden;
}

/*.inner-header h2:before{
	display:block;
	content:"";
	width:60px;
	height:2px;
	background: linear-gradient(90deg, transparent, #e2c97e, transparent);
	position: absolute;
	bottom:14px;
	left:0;
	right:0;
	margin:0 auto;
	box-shadow: 0 0 8px rgba(226,201,126,0.6);
}*/
