/* CSS Document */

h1{
	text-align: center;
	margin-bottom: 50px;
	line-height: 1.5;
}
h2{
	display:block;
	margin: 0;
	font-size: 18px;
	line-height: 1.5;
}
h2:before, h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 0;
  height: 0;
  background-color: none;
}

.center{
	text-align: center;
}
.logo{
	max-width: 400px;
}


.habasema{
	width: 290px;
	text-align: left;
}
.little{
	font-size: 70%;
}
.product-item{
	padding: 20px 50px 50px 50px;
}

@media screen and (max-width: 768px) {
	.logo{
		max-width: 300px;
	}
	h1{
		margin-bottom: 10px;
		font-size: 22px;
	}
	h2{
		font-size: 16px;
	}
	.product-item{
	padding: 20px 0;
}
}


