body {
	margin: 0;
	font-family: 'Exo 2', sans-serif;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

.container {
	max-width: 1280px;
}

.itemromb {
	display: flex;
	justify-content: center;
}

.itemromb h1 {
	position: relative;
	width: 700px;
	height: 80px;
	color:  #6c3601;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 48px;
	font-family: 'Exo 2', sans-serif;
	z-index: 1;
}

.itemromb h1:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transform: skew(-28deg);
	z-index: -1;
	box-shadow: 30px 30px 1px rgba(0,0,0,0.3);
}

.itemromb h1:after {
	position: absolute;
	content: "";
	left: -2%;
	background: #e8e8e8;
	transform: skew(-28deg);
	width: 20%;
	height: 120%;
	z-index: -2;
}
.itemromb span:after {
	position: absolute;
	content: "";
	right: -2%;
	top: -10%;
	background: #e8e8e8;
	transform: skew(-28deg);
	width: 20%;
	height: 120%;
	z-index: -2;
}

.mobile-wrapper {
    display: none;
}