h1 {
	font-size: 48px;
}
.hero-image {
	background-image: url("https://belajark3.com/whats-new/images/bg.webp");
}
.gambar {
	background-image: url("https://belajark3.com/pelatihan_manajemen_mutu/klausal_iso_9001/images/newbg.webp");
}
.judul_materi {
	position: absolute;
	bottom: 40px;
	left: 100px;
	max-width: 700px
}
.pro {
	border-top: solid 1px white;
	padding-top: 5px;
	bottom: 20px;
	left: 337px
}
.bg-top {
	position: absolute;
	top: 0;
	height: 160px;
	background: linear-gradient(180deg, #00000094, transparent);
	width: 100%;
}	
.bg-bottom {
	position: absolute;
	bottom: 0;
	height: 240px;
	background: linear-gradient(0deg, #00000087, transparent);
	width: 100%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.judul_materi {
		left: 60px;
		
		}
	h1 {
		font-size: 44px;
		}
	.pro {
		left: 278px
		}
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.judul_materi {
		left: 40px;
		}
	.pro {
		left: 278px
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.judul_materi {
		left: 40px;
		right: 40px;
		margin: auto;
		text-align: center;
		bottom: 80px;
		}
	h1 {
		font-size: 40px;
		}
	.pro {
		bottom: 40px;
		left: 40px;
		right: 40px;
		width: 370;
		text-align: center;
		margin: auto;
		}
	.gambar {
		background-image: url("https://belajark3.com/pelatihan_manajemen_mutu/klausal_iso_9001/images/newbg1.webp");
		}
	}
@media screen and (max-width: 575.98px) {
	.gambar {
		background-image: url("https://belajark3.com/pelatihan_manajemen_mutu/klausal_iso_9001/images/newbg1.webp");
		}
	.judul_materi {
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
		bottom: 80px;
		max-width: 360px
		}
	h1 {
		font-size: 34px;
		}
	.pro {
		bottom: 40px;
		left: 15px;
		right: 15px;
		width: 310px;
		text-align: center;
		margin: auto;
		}
	.bg-top {
		background: linear-gradient(180deg, #00000073, transparent);
		height: 300px
		}
	.bg-bottom {
		background: linear-gradient(0deg, #00000099, transparent);
		}
	}