h1 {
	font-size: 50px;
	width: 545px
}
.hero-image {
	background-image: url("https://belajark3.com/whats-new/images/bg.webp");
}
.gambar {
	background-image: url("https://belajark3.com/ak3_listrik_bnsp/images/newbg.webp");
}
.judul_materi {
	position: absolute;
	bottom: 40px;
	left: 100px;
}
.bg-top {
	position: absolute;
	top: 0;
	height: 160px;
	background: linear-gradient(180deg, #00000094, transparent);
	width: 100%;
}	
.bg-bottom {
	position: absolute;
	bottom: 0;
	height: 240px;
	
	width: 100%;
}	
@media (min-width: 992px) and (max-width: 1199.98px) {
	.judul_materi {
		left: 60px;
		}
	h1 {
		font-size: 46px;
		width: 502px
		}	
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.judul_materi {
		left: 40px;
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.judul_materi {
		bottom: 100px;
		left: 40px;
		}
	h1 {
		font-size: 46px;
        max-width: 400px
		}
	.gambar {
		background-image: url("https://belajark3.com/ak3_listrik_bnsp/images/New_BG1.webp");
		}
	.bg-bottom {
		height: 60%;
        background: linear-gradient(0deg, #000000bf, transparent);
		}
	}
@media screen and (max-width: 575.98px) {
	.gambar {
		background-image: url("https://belajark3.com/ak3_listrik_bnsp/images/New_BG1.webp");
		}
	.judul_materi {
		bottom: 90px;
		left: 15px;
		}
	h1 {
		font-size: 46px;
		width: 200px
		}
	.bg-bottom {
		height: 10%;
        background: linear-gradient(0deg, #000000bf, transparent);
		}
	.bg-top {
		background: linear-gradient(90deg, #000000c9, transparent);
		height: 100%;
		width: 70%;
		}
	}