h1 {
	font-size: 46px;
	width: 620px
}
.hero-image {
	background-image: url("https://belajark3.com/Training_K3_Sertifikasi_Kemnaker/P3K/images/bg.webp");
}
.gambar {
	background-image: url("https://belajark3.com/Training_K3_Sertifikasi_Kemnaker/P3K/images/gambar-bg.webp");
}
.judul_materi {
	position: absolute;
	bottom: 40px;
	left: 100px;
}
.pro {
	position: absolute;
	bottom: 29px;
    left: 650px;
    width: 230px;
    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;
}
.modal_content .pading h2 {
	font-size: 30px
}		
@media (min-width: 992px) and (max-width: 1199.98px) {
	.judul_materi {
		left: 60px;
		}
	h1 {
		font-size: 42px;
		width: 567px
		}
	.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: 200px;
		left: 40px;
		right: 40px;
		margin: auto;
		text-align: center;
		}
	.GARIS1 {
		display: none
		}
	h1 {
		width: auto;
        margin: 0;
		font-size: 44px
		}
	.pro {
		left: 0;
		right: 0;
		bottom: 100px;
		width: 400px;
		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/Training_K3_Sertifikasi_Kemnaker/P3K/images/gambar-bg1.webp");
		}
	}
@media screen and (max-width: 575.98px) {
	.gambar {
		background-image: url("https://belajark3.com/Training_K3_Sertifikasi_Kemnaker/P3K/images/gambar-bg1.webp");
		}
	.judul_materi {
		bottom: 160px;
		left: 15px;
		right: 15px;
		margin: auto;
		text-align: center
		}
	.GARIS1 {
		display: none
		}
	h1 {
		width: auto;
		font-size: 38px
		}
	.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;
		}
	.modal_content .pading h2 {
		font-size: 22px
		}
	}