.hero-image {
	background-image: url("https://belajark3.com/whats-new/images/bg.webp");
}
.gambar {
	background-image: url("https://belajark3.com/set-up-dokumen/images/new-bg.webp");
}
.judul_materi {
	position: absolute;
	bottom: 40px;
	left: 100px;
	max-width: 700px
}
h1 {
	font-size: 44px;
}
.pro {
	position: absolute;
	bottom: 32px;
	left: 449px;
	color: white;
	font-size: 20px;
	border-top: solid 1px white;
	padding-top: 5px;
}
.pro span {
	color: yellow; text-decoration: underline
}
.bg-top {
	position: absolute;
	top: 0;
	height: 160px;
	background: linear-gradient(180deg, #000000b8, transparent);
	width: 100%;
}
.bg-bottom {
	position: absolute;
	bottom: 0;
	height: 200px;
	background: linear-gradient(0deg, #0000007d, transparent);
	width: 100%;
}
.KOTAK5 { 
	text-align: center;
	padding: 40px;
	width: 75%;
	margin: auto;
	border-radius: 5px;
	margin-bottom: 50px;
	box-shadow: 
              0 0 0 1px #767171,
              0.3em 0.3em 0.1em rgba(0,0,0,0.3);
}
.konten .KOTAK5 p { 
	text-align: center;
	line-height: 1.3
}
.KOTAK5 img {
	display: block; 
	width: 120px;
	height: 120px;
	margin: 0 auto 40px
}
.konten p {
	text-align: justify
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.judul_materi {
		left: 60px;
		width: 650px
		}
	h1 {
		font-size: 40px;
		}
	.pro {
		left: 378px;
		font-size: 19px;
		}	
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.judul_materi {
		left: 40px;
		}
	h1 {
		font-size: 46px;
		}
	.pro {
        left: 231px
		}
	.KOTAK5 {
		width: auto
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.judul_materi {
		bottom: 100px;
		left: 40px;
		right: 40px;
		margin: auto;
		text-align: center;
		}
	.pro {
        left: 40px;
		right: 40px;
		margin: auto;
		text-align: center;
		bottom: 40px;
		width: auto
		}
	.gambar {
		background-image: url("https://belajark3.com/set-up-dokumen/images/new-bg1.webp");
		}
	}
@media screen and (max-width: 575.98px) {
	.gambar {
		background-image: url("https://belajark3.com/set-up-dokumen/images/new-bg1.webp");
		}
	.judul_materi {
		bottom: 100px;
		left: 15px;
		right: 15px;
		margin: auto;
		text-align: center;
		}
	h1 {
		font-size: 34px
		}
	.pro {
        left: 15px;
		right: 15px;
		margin: auto;
		text-align: center;
		bottom: 40px;
		width: 320px;
		font-size: 17px
		}
	.bg-top {
		background: linear-gradient(180deg, #000000d1	, transparent);
		height: 200px
		}
	.bg-bottom {
		background: linear-gradient(0deg, #0000005e, transparent);
		height: 260px
		}
	.konten p {
		text-align: left
		}
	.KOTAK5 {
		padding: 20px;
		width: auto;
		padding-top: 30px	
		}
	.konten .left {
		margin-bottom: 0;
		}
	}