.wrap-page-listino{
	float: left;
	width: 100%;
	position: relative;
}

.wrap-page-listino:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: .5;
}

.wrap-page-listino .hero-listino {
	height: 700px;
	text-align: center;
	position: relative;
}

.wrap-page-listino .hero-listino h1 {
	position: absolute;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 100%;
	text-align: center;
	background: #f27d39;
	background: -webkit-linear-gradient(to right, #91368f 0, #e7297c 50%, #f27d39 100%);
	background: -moz-linear-gradient(to right, #91368f 0, #e7297c 50%, #f27d39 100%);
	background: -ms-linear-gradient(to right, #91368f 0, #e7297c 50%, #f27d39 100%);
	background: linear-gradient(to right, #91368f 0, #e7297c 50%, #f27d39 100%);
	line-height: 1;
	padding: 25px 0;
	margin: 0;
	font-size: 60px;
	color: #fff;
	text-transform: uppercase;
}
.wrap-page-listino h2 {
	font-size: 32px;
	font-weight: 900;
}

.wrap-listino {
	padding: 100px 0;
	float: left;
	width: 100%;
	position: relative;
	z-index: 3;
}
.wrap-listino .row {
	margin-bottom: 50px;
}
.wrap-listino h3 {
	font-weight: 900;
	font-size: 35px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.wrap-listino .sezioni-listino {

}
.wrap-listino .sezioni-listino-content {
	margin-bottom: 50px;
	padding: 2em;
	background: #fdfdfd;
	border: 1px solid #93368f;
}
.wrap-listino .sezioni-listino-content p.descrizione-sezione {
	font-size: 16px;
	line-height: 1.4;
	color: #000;
}
.wrap-listino ul {
	margin: 0;
	padding: 0;
}
.wrap-listino ul li {
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
	color: #ffffff;
}
.wrap-listino .titolo-singolo-servizio {
	display: table-cell;
	width: 1%;
	white-space: nowrap;
	padding-right: 5px;
	color: #000;
}
.wrap-listino .titolo-singolo-servizio h4 {
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	font-size: 18px;
	margin-bottom: 0;
	font-style: italic;
}
.wrap-listino li p {
	font-size: 14px;
	color: #000;
	margin-bottom: 0;
}
.wrap-listino .line {
	height: 3px;
	border-bottom: 1px solid #ddd;
	display: table-cell;
	width: 98%;
	z-index: 1;
	position: relative;
	bottom: 9px;
}
.wrap-listino .wrap-singolo-prezzo {
	display: table-cell;
	width: 1%;
	padding-left: 7px;
	white-space: nowrap;
	color: #E6297C;
	font-weight: bold;
}


@media only screen and (max-width: 960px) {
	.wrap-listino .sezioni-listino {
		flex-direction: column;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.wrap-listino .sezioni-listino-content {
		flex-basis: 100%;
      padding: 1em;
	}
  
  .wrap-listino .wrap-singolo-prezzo{
   font-size: 14px; 
  }
}

@media only screen and (max-width: 640px) {
	.wrap-listino .sezioni-listino {
		width: 100%;
	}
	.wrap-page-listino .hero-listino {
		background-color: #000 !important;
		height: 330px;
		-webkit-background-size: cover !important;
		background-size: cover !important;
		background-position: center left !important;
	}

	.wrap-page-listino .hero-listino h1{
		font-size: 32px;
	}

	.wrap-listino h3{
		font-size: 30px;
	}
}

@media only screen and (max-width: 480px) {
	.wrap-listino .sezioni-listino {
		display: block;
	}
	.wrap-listino .titolo-singolo-servizio {
		display: block;
		width: 100%;
		white-space: unset;
		padding-right: 0;
	}
}
