.hero-image {
	background-image: url("https://belajark3.com/whats-new/images/bg.webp");
}
.gambar {
	background-image: url("https://belajark3.com/Tata_Cara_Pengajuan_Pertek_PLB3/images/new-bg.webp");
}
.judul_materi {
	position: absolute;
	bottom: 20px;
	left: 100px;
	width: 700px
}
h1 {
	font-size: 48px;
	margin: 0
}
.bg-top {
	position: absolute;
	top: 0;
	height: 160px;
	background: linear-gradient(180deg, #0000005e, transparent);
	width: 100%;
}
.bg-bottom {
	position: absolute;
	bottom: 0;
	height: 200px;
	background: linear-gradient(0deg, #0000007d, transparent);
	width: 100%;
}
.konten p, .konten ol {
	text-align: justify
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.judul_materi {
		left: 60px;
		width: 650px
		}
	h1 {
		font-size: 42px;
		}	
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.judul_materi {
		left: 40px;
		}
	.konten .flekPDF a {
		font-size: 18px;
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.judul_materi {
		left: 40px;
		right: 40px;
		bottom: 40px;
		margin: auto;
		text-align: center;
		width: auto
		}
	h1 {
		font-size: 40px;
		}
	.judul_materi .GARIS1 {
		margin: 20px auto 0
		}
	.gambar {
		background-image: url("https://belajark3.com/Tata_Cara_Pengajuan_Pertek_PLB3/images/new-bg1.webp");
		}
	}
@media screen and (max-width: 575.98px) {
	.konten .flekPDF a {
		font-size: 17px;
		border: none
		}
	.gambar {
		background-image: url("https://belajark3.com/Tata_Cara_Pengajuan_Pertek_PLB3/images/new-bg1.webp");
		}
	.judul_materi {
		left: 15px;
		right: 15px;
		margin: auto;
		text-align: center;
		bottom: 40px;
		width: 300px
		}
	h1 {
		font-size: 38px;
		}
	.judul_materi .GARIS1 {
		margin: 20px auto 0
		}
	.bg-bottom {
		background: linear-gradient(0deg, #00000094, transparent);
		height: 260px
		}
	.bg-top {
		background: linear-gradient(180deg, #0000004f, transparent);
		height: 200px
		}
	.konten p, .konten ol {
		text-align: left
		}
	}