.section-hero-ebook {
	padding-top: 40px;
	padding-bottom: 40px;
}

.hero-label {
	color: var(--text-grey);
	font-size: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.hero-title {
	font-size: 32px;
	line-height: 1.4;
	color: var(--title-color);
	margin-bottom: 30px;
}

.hero-text {
	color: var(--text-grey);
}

.ebook-list .col-12 {
	margin-bottom: 30px;
}

.ebook-item {
	position: relative;
	display: block;
	background: var(--new-joelle-color);

}

.ebook-item::before {
	content: '';
	display: block;
	padding-bottom: 150%;
}

.ebook-item-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ebook-item-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.ebook-item-info {
	position: absolute;
	padding: 60px 30px;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .3) 80%, rgba(0, 0, 0, 0) 100%);
}

.ebook-item-label {
	color: #fff;
	font-size: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.ebook-item-title {
	color: #fff;
	font-size: 26px;
	margin-bottom: 30px;
}

.ebook-item-excerpt {
	font-size: 16px;
	color: var(--text-grey);
}


@media (min-width: 768px) {
	.section-hero-ebook {
		padding-top: 60px;
		text-align: center;
		padding-bottom: 60px;
	}

	.hero-label {
		font-size: 12px;
		letter-spacing: 6px;
		margin-bottom: 40px;
	}

	.hero-title {
		font-size: 48px;
		margin-bottom: 32px;
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.hero-text {
		max-width: 55%;
	}
}

@media (min-width: 992px) {
	.section-hero-ebook {
		padding-top: 90px;
		padding-bottom: 80px;
	}

	.hero-label {
		margin-bottom: 50px;
	}

	.hero-title {
		font-size: 60px;
		line-height: 70px;
		margin-bottom: 45px;
	}

	.hero-text {
		max-width: 45%;
		margin-left: auto;
		margin-right: auto;
	}

	.ebook-item-info {
		padding-top: 120px;
	}
}

@media (min-width: 1200px) {
	.section-hero-ebook {
		padding-top: 120px;
	}
}