body {
  background-image: linear-gradient(180deg, #eee, #fff 100px, #fff);
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

.card-body img {
  width: 100%;
	
	/*-webkit-filter: grayscale(0) blur(0px);
  filter: grayscale(0) blur(0px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;*/
	
}

.card-body img:hover {
  width: 100%;
	
	/*border-radius: 50%; 
  -webkit-transform: rotate(360deg); 
  transform: rotate(360deg);*/
	
}

