.ebook-module {
	background: linear-gradient(to right, rgba(247,247,247,1) 0%,rgba(239,239,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	tex
}
.ebook-module .container {
  max-width: 1164px;
  padding: 30px 20px 30px;
  width: 100%;
}
.emi-img-wrap {
    text-align: center;
    margin-bottom: 30px;
}
.emi-img-wrap img {
  display: inline-block;
  vertical-align: top;
  max-width: 227px;
  width: 100%;
}
.emi-heading {
	color: #474747;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 26px;
}
.emi-desc {
	margin-bottom: 20px;
}
.emi-desc p {
	font-size: 18px;
	line-height: 25px;
	color: #474747;
}
.emi-cta {
	text-align: center;
}
.emi-btn {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	padding: 11px 24px;
	border-radius: 6px;
	max-width: 393px;
	width: 100%;
	display: inline-block;
	text-align: center;
}
@media (min-width: 60em) {
	.ebook-module .container {
		padding: 71px 20px 51px;
	}
	.em-item-wrap {
		display: flex;
		-webkit-align-items: center;
		-o-align-items: center;
		align-items: center;
	}
	.emi-img-wrap {
		width: 227px;
		margin-bottom: 0;
	}
	.emi-content {
		width: calc(100% - 227px);
		padding-left: 36px;
	}
	.emi-heading {
		font-size: 36px;
  line-height: 50px;
  margin-bottom: 16px;
	}
	.emi-cta {
	text-align: left;
}
}
