.hero-image {
	background-image: url("https://belajark3.com/whats-new/images/bg.webp");
}
.gambar {
	background-image: url("https://belajark3.com/persetujuan_lingkungan/images/gambar-bg.webp");
}
.judul_materi {
	position: absolute;
	bottom: 40px;
	left: 100px;
	max-width: 700px
}
h1 {
	font-size: 46px;
}
.pro {
	position: absolute;
	bottom: 32px;
	left: 332px;
	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, #0000005e, transparent);
	width: 100%;
}
.bg-bottom {
	position: absolute;
	bottom: 0;
	height: 200px;
	background: linear-gradient(0deg, #0000007d, transparent);
	width: 100%;
}
.konten p {
	text-align: justify
}
.isi h2 {
	color: white;
	margin: 0;
	font-size: 24px;
	line-height: 1;
	margin-bottom: -5px;
	font-family: 'Exo', sans-serif;
	font-weight: normal
}
.isi ul {
	color: white;
	font-size: 19px;
}
.pendahuluan, .konteks, .kepemimpinan, .perencanaan, .dukungan, .operasional, .evaluasi, .peningkatan { 
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 100%;
	height: 400px;
	border-left: solid 1px rgba(0,0,0,.1);
	margin-bottom: 80px;
	box-shadow: 	
        inset  
              0 0 0 1px white,
              0.3em 0.3em 0.3em rgba(0,0,0,0.3);
}
.pendahuluan { 
	background-image: url("https://belajark3.com/persetujuan_lingkungan/images/1.webp");
}
.konteks { 
	background-image: url("https://belajark3.com/persetujuan_lingkungan/images/2.webp");
}
.kepemimpinan { 
	background-image: url("https://belajark3.com/persetujuan_lingkungan/images/3.webp");
}
.perencanaan { 
	background-image: url("https://belajark3.com/persetujuan_lingkungan/images/4.webp");
}
.isi {
	padding: 40px;
}
.group .selengkapnya {
	padding: 3px 10px;
	font-size: 15px;
	left: 40px;
	bottom: 40px;
	background: none;
	border: 1px solid white;
	position: absolute
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.judul_materi {
		left: 60px;
		}
	h1 {
		font-size: 42px;
		}
	.pro {
		left: 271px;
		font-size: 19px;
		}	
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.judul_materi {
		left: 40px;
		}
	h1 {
		font-size: 46px;
		}
	.pro {
        left: 270px
		}
	.group .selengkapnya {
		bottom: 20px;
		}
	}
@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/persetujuan_lingkungan/images/gambar-bg1.webp");
		}
	}
@media screen and (max-width: 575.98px) {
	.gambar {
		background-image: url("https://belajark3.com/persetujuan_lingkungan/images/gambar-bg1.webp");
		}
	.judul_materi {
		bottom: 100px;
		left: 15px;
		right: 15px;
		margin: auto;
		text-align: center;
		}
	h1 {
		font-size: 38px
		}
	.pro {
        left: 15px;
		right: 15px;
		margin: auto;
		text-align: center;
		bottom: 40px;
		width: 320px;
		font-size: 17px
		}
	.bg-top {
		background: linear-gradient(180deg, #0000004d, transparent);
		height: 200px
		}
	.bg-bottom {
		background: linear-gradient(0deg, #0000005e, transparent);
		height: 260px
		}
	.konten p {
		text-align: left
		}
	.konten .left {
		margin-bottom: 0;
		}
	.pendahuluan, .konteks, .kepemimpinan, .perencanaan, .dukungan, .operasional, .evaluasi, .peningkatan { 
		width: 100%;
		height: 450px;
		}
	.pendahuluan { 
		background-image: url("https://belajark3.com/persetujuan_lingkungan/images/1a.webp");
		}
	.konteks { 
		background-image: url("https://belajark3.com/persetujuan_lingkungan/images/2a.webp");
		}
	.kepemimpinan { 
		background-image: url("https://belajark3.com/persetujuan_lingkungan/images/3a.webp");
		}
	.perencanaan { 
		background-image: url("https://belajark3.com/persetujuan_lingkungan/images/4a.webp");
		}
	.isi {
		padding: 36px 20px;
		}
	.isi h2 {
		font-size: 20px;
		}
	.isi ul {
		font-size: 16px;
		}
	.group .selengkapnya {
		left: 20px;
		bottom: 20px;
		}
	}