h1 {
	font-size: 52px;
	width: 520px
}
.hero-image {
	background-image: url("https://belajark3.com/whats-new/images/bg.webp");
}
.gambar {
	background-image: url("/Training_Coating_Operator/images/newbg.webp");
}
.judul_materi {
	position: absolute;
	bottom: 40px;
	left: 100px;
}
.pro {
	position: absolute;
	bottom: 29px;
    left: 713px;
    width: 170px;
    color: white;
}
.pro span {
	color: yellow; text-decoration: underline
}
.bg-top {
	position: absolute;
	top: 0;
	height: 140px;
    background: linear-gradient(180deg, #0000004f, transparent);
	width: 100%;
}
.bg-bottom {
	position: absolute;
	bottom: 0;
	height: 140px;
	width: 100%;
	background: linear-gradient(0deg, #000000a6, transparent);
}
.left, .right {
	margin-bottom: 40px
}	
@media (min-width: 992px) and (max-width: 1199.98px) {
	.judul_materi {
		left: 60px;
		}
	h1 {
		font-size: 44px;
		width: 600px
		}
	.pro {
		left: 670px;
		}	
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.judul_materi {
		left: 40px;
		}
	h1 {
		font-size: 44px;
		width: 600px
		}
	.pro {
        left: 650px
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.judul_materi {
		bottom: 120px;
		left: 40px;
		}
	h1 {
		font-size: 40px;
        max-width: 430px
		}
	.pro {
        left: 155px;
		bottom: 110px;
		width: 260px
		}
	.gambar {
		background-image: url("/Training_Coating_Operator/images/newbg1.webp");
		}
	}
@media screen and (max-width: 575.98px) {
	.gambar {
		background-image: url("/Training_Coating_Operator/images/newbg1.webp");
		}
	.judul_materi {
		bottom: 90px;
		left: 15px;
		}
	h1 {
		font-size: 42px;
        width: 330px
		}
	.pro {
		bottom: 100px;
        left: 135px;
        right: 15px;
        width: 225px;
		}
	.bg-bottom {
		background: linear-gradient(0deg, #000000eb, transparent);
		height: 250px
		}
	.bg-top {
		background: linear-gradient(180deg, #000000a8, transparent)
		}
	}