.prewievs {
	padding-bottom: 70px;
}

.prewievs-main {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.prewievs-block {
	width: 45%;
	margin-bottom: 30px;
}

.prewievs-block__item {
	position: relative;
	padding: 20px 30px;
	display: flex;
	align-items: center;
	height: 85px;
    /*background: -webkit-linear-gradient( 360deg, rgb(250,126,0) 0%, rgb(255,255,255) 30%, rgb(250,126,0) 80%);*/
  	/*box-shadow: -22px 17px 33px 1.4px rgba(0, 0, 0, 0.18);*/
	background: linear-gradient(91.22deg, #FFE7B8 0%, #FEF3DD 100%);
	box-shadow: 0px 0px 10px rgba(255, 196, 44, 0.25);
  	z-index: 10;
}

.prewievs-block__item img {
    width: 90px;
    height: 90px;
}

.prewievs-block__item:before {
	position: absolute;
	content: "";
	left: -62px;
	top: 35px;
	height: 30%;
	width: 96px;
	transform: skew(-28deg) rotate(62.5deg);
	background: #954c02;;
	z-index: 1;
}
.prewievs-block__item:after {
	position: absolute;
	content: "";
	left: -26px;
	top: 78px;
	height: 30%;
	width: 25px;
	transform: skew(28deg) rotate(28deg);
	background: #565656;
	z-index: -1;
}

.prewievs-block__item h6 {
	margin-left: 20px;
	font-size: 24px;
	font-family: 'Exo 2', sans-serif;
	font-weight: bold;
}

.prewievs-block__title {
	display: flex;
	align-items: center;
	padding: 0px 30px;
	max-height: 120px;
	height: 120px;
	background: #fff;
	box-shadow: 0px 20px 80px 5px rgba(0, 0, 0, 0.18);
}

.prewievs-block__title p {
	font-size: 16px;
	font-family: 'Exo 2', sans-serif;
}
