.header-background{
	background: url('../images/uploads/header-contact.jpg');
	background-attachment: fixed;
	background-position: center;
	background-size:cover;
	background-repeat:no-repeat;
	
}
section{
	padding:50px 0;
}
h2,h3{
	margin-bottom:30px!important;
}
.despre-1{
	background: url('../images/uploads/despre1.jpg');
	background-attachment: fixed;
	background-position: center;
	background-size:cover;
	background-repeat:no-repeat;	
}
.despre-3{
	background: url('../images/uploads/despre3.jpg');
	background-attachment: fixed;
	background-position: center;
	background-size:cover;
	background-repeat:no-repeat;	
}
.despre-2 ul{
	list-style-image:url('../images/uploads/list_star_white.png');
	list-style-position: outside;
}
.despre-2 ul li{
padding:10px 15px;
	font-size:24px;
}
.despre-3 ul{
	list-style-image:url('../images/uploads/list_check.png');
	list-style-position: outside;
}
.despre-4 ul{
	list-style-image:url('../images/uploads/list_check_white.png');
	list-style-position: outside;
}

.despre-3 ul li,.despre-4 ul li{
padding:5px 10px;
}

.despre-2,.despre-4{
	background:#e82583;
}
.despre-4 *,.despre-2 *{
	color:#fff;
}
.despre-2 h2{
	margin-bottom:50px!important;
}

.despre-2 img{
	margin-top:10px;
}
.despre-5 ol {
	margin:0;
  padding: 0;
  counter-reset: item;
}

.despre-5 ol > li {
  margin: 0;
  list-style-type: none;
  counter-increment: item;
	padding:15px 0;
}

.despre-5 ol > li:before {
  display: block;
  width: 1.5em;
  font-weight: 300;
	font-size:30px;
  text-align: center;
	background:#e82583;
	color:#fff;
	padding:0;
	margin-bottom:10px;
  content: counter(item) ".";
}

.despre-5 img{
	margin-top:80px;
}
.despre-6{
	background: url('../images/uploads/despre2.jpg');
	background-attachment: fixed;
	background-position: center;
	background-size:cover;
	background-repeat:no-repeat;	
}
@media screen and (min-device-width:0px) and (max-width:1024px){
	.despre-2 img{
		margin-top:0;
	}
	.despre-5 img{
	margin-top:30px;
}
}