h1 {
	font-size: 50px;
	width: 600px
}
.hero-image {
	background-image: url("https://belajark3.com/whats-new/images/bg.webp");
}
.gambar {
	background-image: url("https://belajark3.com/operator_genset_bnsp/images/new-bg.webp");
}
.Unit_Kompetensi {
	background-image: url("https://belajark3.com/operator_genset_bnsp/images/desain.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, #00000094, transparent);
	width: 100%;
}	
.bg-bottom {
	position: absolute;
	bottom: 0;
	height: 240px;
	background: linear-gradient(0deg, #00000094, transparent);
	width: 100%;
}		
@media (min-width: 992px) and (max-width: 1199.98px) {
	.judul_materi {
		left: 60px;
		}
	h1 {
		font-size: 46px;
		width: 600px
		}
	.pro {
		left: 620px;
		}
	
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.judul_materi {
		left: 40px;
		}
	.pro {
        left: 600px
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.judul_materi {
		bottom: 120px;
		left: 40px;
		}
	h1 {
		font-size: 44px;
		max-width: 396px;
		}
	.pro {
        left: 155px;
		bottom: 108px;
		width: 260px;
		}
	.Unit_Kompetensi {
		background-image: url("https://belajark3.com/operator_genset_bnsp/images/PPPU1.webp");
		}
	}
@media screen and (max-width: 575.98px) {
	.gambar {
		background-image: url("https://belajark3.com/operator_genset_bnsp/images/new-bg1.webp");
		}
	.Unit_Kompetensi {
		background-image: url("https://belajark3.com/operator_genset_bnsp/images/desain1.webp");
		}
	.judul_materi {
		bottom: 140px;
		left: 15px;
		right: 15px;
		margin: auto;
		text-align: center;
		width: 320px
		}
	.GARIS1 {
		display: none
		}
	h1 {
		font-size: 42px;
		max-width: 100%
		}
	.pro {
        bottom: 87px;
        left: 15px;
		right: 15px;
		margin: auto;
		text-align: center;
		width: 300px;
		border-top: solid 1px white
		}
	.bg-bottom {
		height: 60%;
        background: linear-gradient(0deg, #000000bf, transparent);
		}
	.bg-top {
		background: linear-gradient(180deg, #000000db, transparent);
		}
	}