.hero-image {
	background-image: url("https://belajark3.com/whats-new/images/bg.webp");
}
.gambar {
	background-image: url("https://belajark3.com/pelatihan_sistem_manajemen_k3/fire_risk_management/images/new-bg.webp");
}
.judul_materi {
	position: absolute;
	bottom: 40px;
	left: 100px;
	color: white
}
h1 {
	font-size: 50px;
}
.pro {
	position: absolute;
	bottom: 32px;
	left: 360px;
	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, #000000c4, transparent);
	width: 100%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.judul_materi {
		left: 60px;
		}
	h1 {
		font-size: 46px;
		}
	.pro {
		left: 298px;
		font-size: 19px;
		}	
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.judul_materi {
		left: 40px;
		}
	.pro {
        left: 298px
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.judul_materi {
		bottom: 120px;
		left: 40px;
		right: 40px;
		margin: auto;
		text-align: center;
		width: 400px
		}
	.pro {
        left: 40px;
		right: 40px;
		margin: auto;
		text-align: center;
		bottom: 40px;
		width: 440px
		}
	.gambar {
		background-image: url("https://belajark3.com/pelatihan_sistem_manajemen_k3/fire_risk_management/images/new-bg1.webp");
		}
	}
@media screen and (max-width: 575.98px) {
	.gambar {
		background-image: url("https://belajark3.com/pelatihan_sistem_manajemen_k3/fire_risk_management/images/new-bg1.webp");
		}
	.judul_materi {
		bottom: 100px;
		left: 15px;
		right: 15px;
		margin: auto;
		text-align: center;
		width: 300px
		}
	h1 {
		font-size: 38px
		}
	.pro {
        left: 15px;
		right: 15px;
		margin: auto;
		text-align: center;
		bottom: 40px;
		width: 320px;
		font-size: 17px
		}
	.bg-bottom {
		
		height: 260px
		}
	.bg-top {
		background: linear-gradient(180deg, #000000d9, transparent);
		height: 200px
		}
	}