.sfera {
	font-family: Comfortaa;
}

.body .row {
	margin: 55px 0px;
}

.item {
	width: 570px;
	height: 250px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	transition: 0.3s;
}

#banner h1 {
	text-align: center;
	font-size: 48px;
	color: white;
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	font-family: Arial;
	font-weight: 900;
	opacity: 0.6;
}

.item:hover {
	-webkit-box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.75);
}

.background {
	margin: 25px 10px 0px 20px;
	height: 200px;
	width: 200px;
	background-color: #e0e0e0;
	text-align: center;
}

.background img {
	height: 120px;
	width: 160px;
	margin-top: 40px;
	object-fit: contain;
}

.item .body img{
	height: 140px;
	width: 250px;
	margin-top: 40px;
	object-fit: contain;
}

.item .body a{
	float: right;
	padding: 10px 15px;
	background-color: #969696;
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	transition: .5s;
}

.item .body a:hover{
	background-color: #808080;
}

@media (max-width: 1200px) {
	.body #width {
		width: auto;
	}
	.item {
		width: 500px;
		margin: 35px auto;
	}
	.body #width .row {
		display: block;
		margin: 35px auto;
	}
	#banner h1 {
		font-size: 32px;
	}
}

@media (max-width: 800px) {
	#banner h1 {
		font-size: 20px;
	}
}

@media (max-width: 550px) {

	#banner h1 {
		display: none;
	}

	.item {
		width: 300px;
		margin: 35px auto;
		height: 150px;
	}

	.item .body img {
		height: 95px;
		width: 95px;
		object-fit: contain;
		margin-left: 10px;
		margin-top: 0;
	}

	.background img {
		height: 80px;
		width: 80px;
		margin: 0;
	}
	.background {
		height: 100px;
		width: 100px;
	}
	.item .body a {
		font-size: 10px;
	}
}