h1.h1 {
	font-size: 44px;
	width: 560px;
	font-family: "Archivo Black", sans-serif;
}
.hero-image {
	background-image: url("https://belajark3.com/whats-new/images/bg.webp");
}
.gambar {
	background-image: url("https://belajark3.com/pelatihan_kompetensi_lingkungan/Manager_Pengolahan_LB3/images/bg.webp");
}
.judul_materi {
	position: absolute;
	bottom: 40px;
	left: 100px;
}
.pro {
	position: absolute;
	bottom: 29px;
    left: 650px;
    width: 170px;
    color: white;
}
.pro span {
	color: yellow; text-decoration: underline
}
.bg-top {
	position: absolute;
	top: 0;
	height: 160px;
	background: linear-gradient(180deg, #000000c2, transparent);
	width: 100%;
}
.bg-bottom {
	position: absolute;
	bottom: 0;
	height: 200px;
	background: linear-gradient(0deg, #000000c2, transparent);
	width: 100%;
}
.lb3 {
	color: white;
	margin-left: 103px;
	margin-top: -18px;
	line-height: 1.2;
	font-size: 15px;
}	
@media (min-width: 992px) and (max-width: 1199.98px) {
	.judul_materi {
		left: 60px;
		}
	h1.h1 {
		font-size: 40px;
		width: 500px
		}
	.pro {
		left: 620px;
		}	
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.judul_materi {
		left: 40px;
		}
	h1.h1 {
		font-size: 46px;
		width: 600px
		}
	.pro {
        left: 600px
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.judul_materi {
		bottom: 120px;
		left: 40px;
		}
	h1.h1 {
		font-size: 34px;
		max-width: 500px;
		}
	.pro {
        left: 155px;
		bottom: 110px;
		width: 270px
		}
	.gambar {
		background-image: url("https://belajark3.com/pelatihan_kompetensi_lingkungan/Manager_Pengolahan_LB3/images/bg1.webp");
		}
	}
@media screen and (max-width: 575.98px) {
	.gambar {
		background-image: url("https://belajark3.com/pelatihan_kompetensi_lingkungan/Manager_Pengolahan_LB3/images/bg1.webp");
		}
	.judul_materi {
		bottom: 120px;
		left: 15px;
		width: 300px
		}
	h1.h1 {
		font-size: 40px;
		width: 260px;
		line-height: .9;
		}
	.pro {
        bottom: 109px;
        left: 150px;
        right: 15px;
        width: 170px
		}
	.bg-bottom {
		background: linear-gradient(0deg, #000000eb, transparent);
		}
	.bg-top {
		background: linear-gradient(180deg, #000000d9, transparent);
		height: 200px
		}
	}