.hero-image {
	background-image: url("https://belajark3.com/whats-new/images/bg.webp");
}
.gambar {
	background-image: url("https://belajark3.com/ruang-baca/penyusunan-dokumen-CSMS-kontraktor/images/new-bg.webp");
}
h1 {
	font-size: 48px;
	margin: 0
}
h3 {
	font-size: 22px;
	color: #374655
}
.judul_materi {
	position: absolute;
	bottom: 80px;
	left: 100px;
	width: 600px	
}
.bg-top {
	position: absolute;
	top: 0;
	height: 160px;
	background: linear-gradient(180deg, #0000002b, transparent);
	width: 100%;
}	
.bg-bottom {
	position: absolute;
	bottom: 0;
	height: 100px;
	width: 100%;
	background: linear-gradient(0deg, #00000099, transparent);
}
.pro {
	position: absolute;
	bottom: 45px;
	left: 292px;
	color: white;
	font-size: 17px;
	border-top: 1px solid white;
	padding-top: 5px
}
.pro span {
	color: yellow; text-decoration: underline
}
.konten p, .konten ol {
	text-align: justify
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.judul_materi {
		left: 60px;
		width: 560px
		}
	h1 {
		font-size: 46px;
		}
	.pro {
		left: 60px;
		}
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.judul_materi, .pro {
		left: 40px;
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.judul_materi {
		left: 40px;
		right: 40px;
		margin: auto;
		text-align: center;
		bottom: 100px;
		width: 400px
		}
	h1 {
		font-size: 46px;
		}
	.pro {
		bottom: 40px;
		left: 40px;
		right: 40px;
		text-align: center;
		font-size: 18px;
		margin: auto;
		}
	.gambar {
		background-image: url("https://belajark3.com/ruang-baca/penyusunan-dokumen-CSMS-kontraktor/images/new-bg1.webp");
		}
	}
@media screen and (max-width: 575.98px) {
	.gambar {
		background-image: url("https://belajark3.com/ruang-baca/penyusunan-dokumen-CSMS-kontraktor/images/new-bg1.webp");
		}
	.judul_materi {
		left: 15px;
		bottom: 110px;
		right: 15px;
		margin: auto;
		width: 330px;
		text-align: center;
		width: 330px;
		}
	h1 {
		font-size: 40px;
		}
	.pro {
		bottom: 50px;
		left: 15px;
		right: 15px;
		max-width: 332px;
		text-align: center;
		margin: auto;
		font-size: 17px;
		}
	.bg-bottom {
		background: linear-gradient(0deg, #000000bf, transparent);
		}
	.bg-top {
		background: linear-gradient(180deg, #000000ba, transparent)
		}
	.konten p, .konten ol {
		text-align: left
		}
	}