h1 {
	font-size: 46px;
	width: 440px
}
.hero-image {
	background-image: url("https://belajark3.com/whats-new/images/bg.webp");
}
.gambar {
	background-image: url("/pelatihan_kompetensi_lingkungan/laporan_lingkungan/images/bg-new.webp");
}
.judul_materi {
	position: absolute;
	bottom: 20px;
	left: 100px;
}
.judul_materi_flek {
	display: flex;
	margin-left: -25px;
	margin-top: -15px;	
}
.judul_materi_flek ul {
	color: white;
	list-style: none;
	font-size: 17px
}
.pro {
	position: absolute;
	bottom: 37px;
	left: 766px;
	width: 170px;
	color: white;
}
.pro span {
	color: yellow; text-decoration: underline
}
.bg-top {
	position: absolute;
	top: 0;
	height: 160px;
	background: linear-gradient(180deg, #000000b0, transparent);
	width: 100%;
}
.bg-bottom {
	position: absolute;
	bottom: 0;
	height: 200px;
	background: linear-gradient(0deg, #000000eb, transparent);
	width: 100%;
}	
@media (min-width: 992px) and (max-width: 1199.98px) {
	.judul_materi {
		left: 60px;
		}
	.pro {
		left: 690px;
		}	
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.judul_materi {
		left: 40px;
		}
	
	.pro {
        left: 677px
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.judul_materi {
		bottom: 60px;
		left: 40px;
		}
	h1 {
		font-size: 40px;
        max-width: 502px;
		}
	.bg-bottom {
		height: 400px;
		}
	.pro {
        left: 155px;
		bottom: 180px;
		width: auto;
		font-size: 14px;
		}
	.gambar {
		background-image: url("/pelatihan_kompetensi_lingkungan/laporan_lingkungan/images/bg-new1.webp");
		}
	.judul_materi_flek {
		flex-direction: column;
		margin-top: 10px;
		}
	.judul_materi_flek ul {
		margin: 0;
		line-height: 2;
		}
	}
@media screen and (max-width: 575.98px) {
	.judul_materi_flek {
		flex-direction: column;
		margin-top: 20px;
		margin-left: -32px;
		}
	.judul_materi_flek ul {
		margin: 0;
		font-size: 17px;
		line-height: 2;
		}
	.gambar {
		background-image: url("/pelatihan_kompetensi_lingkungan/laporan_lingkungan/images/bg-new1.webp");
		}
	.judul_materi {
		bottom: 40px;
		left: 15px;
		width: 300px
		}
	h1 {
		font-size: 38px;
		width: 320px
		}
	.pro {
		display: none
		}
	.bg-bottom {
		background: linear-gradient(0deg, #000000eb, transparent);
		height: 300px;
		}
	.bg-top {
		background: linear-gradient(180deg, #0000009c, transparent)
		}
	}