.home-right {
	padding:10px;
}

.home-right-heading {
	width:100%;
	text-align:center;
	padding-bottom:20px;
}

.home-right-heading-text {
	font-size:38px;
	color:white;
	font-weight:bold;
	text-align:center;
	padding:0px 20px 0px 20px;
	display:inline-block;
	margin:0px auto;
}

.product-top {
	width:260px;
	margin:20px auto;
	padding:auto;
}

.product-top img {
	width:250px;
	height:auto;
	margin:0px 5px;
  padding-bottom:10px;
}

.product-top p, .product-bottom p {
	font-style:italic;
	size:18px;
	display:block;
	text-align:center;
}

.product-bottom {
	width:250px;
  height: 250px;
	margin:20px auto;
}

.product-bottom img {
	width: 250px;
  height: 200px;
  object-fit: contain;
  object-position: center bottom;
	margin:0px auto 0px auto;
}

