h1 {
	font-size: 56px;
	width: 700px
}
.hero-image {
	background-image: url("https://belajark3.com/ak3_kemnaker/images/bg.webp");
}
.gambar {
	background-image: url("https://belajark3.com/ak3_kemnaker/images/new-bg.webp");
}
.judul_materi {
	position: absolute;
	bottom: 40px;
	left: 100px;
}
.konten p, .konten ol {
	text-align: justify
}
.pro {
	position: absolute;
	bottom: 48px;
    left: 650px;
    max-width: 265px;
    color: white;
}
.pro span {
	color: yellow; text-decoration: underline
}
.bg-top {
	position: absolute;
	top: 0;
	height: 160px;
	background: linear-gradient(180deg, #00000099, transparent);
	width: 100%;
}	
.bg-bottom {
	position: absolute;
	bottom: 0;
	height: 240px;
	background: linear-gradient(0deg, #000000b5, transparent);
	width: 100%;
}
.left {
	float: left;
	width: 49%;
	}
.right {
	float: right;
	width: 49%;
	}
.group:after {
	content:"";
	display: table;
	clear: both;
    }
.border {
	border: solid 1px rgba(0,0,0, .2);
	padding: 20px 20px 20px 40px;
	font-size: 18px;
	border-radius: 5px;
}
.ko-tak {
	border: solid 1px rgba(0,0,0, .2);
	padding: 0px 24px;
	border-radius: 5px;
}		
@media (min-width: 992px) and (max-width: 1199.98px) {
	.judul_materi {
		left: 60px;
		}
	h1 {
		font-size: 52px;
		width: 670px
		}
	.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: 180px;
		left: 40px;
		right: 40px;
		margin: auto;
		text-align: center;
		}
	.GARIS1 {
		display: none
		}
	h1 {
		width: auto;
        margin: 0;
		font-size: 50px
		}
	.pro {
		left: 40px;
		right: 40px;
		bottom: 100px;
		max-width: 100%;
		text-align: center;
		font-size: 20px;
		margin: auto;
		border-top: solid 1px white;
		padding-top: 8px
		}
	.left, .right {
		width: 100%;
		}
	.hero-image {
		background-image: url("/bg_public_training1.jpg");
		}
	.gambar {
		background-image: url("https://belajark3.com/ak3_kemnaker/images/new-bg1.webp");
		}
	}
@media screen and (max-width: 575.98px) {
	.gambar {
		background-image: url("https://belajark3.com/ak3_kemnaker/images/new-bg1.webp");
		}
	.judul_materi {
		bottom: 160px;
		left: 15px;
		right: 15px;
		margin: auto;
		text-align: center;
		}
	.GARIS1 {
		display: none
		}
	h1 {
		width: auto;
		font-size: 48px
		}
	.pro {
        left: 0;
		right: 0;
		bottom: 100px;
		width: 300px;
		text-align: center;
		margin: auto;
		border-top: solid 1px white;
		padding-top: 8px
		}
	.bg-bottom {
        background: linear-gradient(0deg, #000000bf, transparent);
		}
	.bg-top {
		background: linear-gradient(180deg, #00000078, transparent)
		}
	.left, .right {
		width: 100%;
		}
	.left {
		margin-bottom: 40px
		}
	.ko-tak {
		padding: 0 20px;
		}
	.layout_ukom.h2 h2 {
		font-size: 32px
		}
	.konten p, .konten ol {
		text-align: left
		}
	}