html {
	scroll-behavior: smooth;
}
.hero-image {
	background-image: url("https://belajark3.com/hse-plan/images/bg.webp");
}
.gambar {
	background-image: url("https://belajark3.com/video-belajar-k3/images/newbg.webp");
}
.judul_materi {
	position: absolute;
	bottom: 40px;
	left: 100px;
	max-width: 760px
}
h1 {
	font-size: 46px;
	margin: 0;
}
.training {
	height: auto;
	padding: 0 30px;
	padding-bottom: 20px;
	border: solid 1px #d4d4d4;
	border-radius: 5px;
	margin-bottom: 40px;
	background: linear-gradient(215deg, #00000002, #00000000);
}
h3 {
	font-size: 22px;
	color: #374655;
}
h4 {
	font-size: 19px;
	margin: 0;
	border-bottom: 1px solid black;
	display: inline-block;
    padding-bottom: 5px;
	color: #374655;
}
.training .flekKiri {
	align-items: flex-start
}
.training h2 {
	margin: 0;
	font-size: 22px;
}
.GARIS {
	border-top: solid 3px black;
	width: 100px;
}
.training ul {
	list-style-image: url('https://belajark3.com/pelatihan_sistem_manajemen_k3/images/check.svg');
	padding-left: 50px
}
.training ul li h3 {
	padding-left: 10px;
}
.KOLAPS {
	display: none;
}
.KOLAPS:after {
	content: 'selengkapnya';
	font-size: 15px;
	border: solid 1px black;
    border-radius: 3px;
    padding: 2px 10px;
	margin-top: 10px
}
.diana:after {
	content: 'tutup';
	background: #e8f0fb
}
.ISI {
    max-height: max-content;
    overflow: hidden;
    border: none;
    background: none;
    padding: 0;
}
.ISI ul {
	list-style-image: none;
	margin-top: -10px;
	font-size: 18px
}
.kotakk img.tombol {
	cursor: pointer;
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
	width: 70px;
	height: 44px;
	border-radius: 10px;
	border: white 1px solid;
}
.kotakk {
	position: relative
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.judul_materi {
		left: 60px;
		max-width: 700px
		}
	h1 {
		font-size: 40px;
		}
	h4 {
		font-size: 17px;
		}
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.judul_materi {
		left: 40px;
		}
	h4 {
		font-size: 17px;
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	h1 {
		font-size: 44px; 
		}
	.judul_materi {
		left: 40px;
        right: 40px;
        margin: auto;
        text-align: center;
		}
	.judul_materi .GARIS1 {
		margin: 20px auto 0
		}
	.gambar {
		background-image: url("https://belajark3.com/video-belajar-k3/images/newbg1.webp");
		}
	.training h2, h4 {
		margin-top: 20px;
		}
	}
@media screen and (max-width: 575.98px) {
	.gambar {
		background-image: url("https://belajark3.com/video-belajar-k3/images/newbg1.webp");
		}
	.judul_materi {
		left: 15px;
        right: 15px;
        margin: auto;
        text-align: center;
		}
	.judul_materi .GARIS1 {
		margin: 20px auto 0
		}
	h1 {
		font-size: 36px; 
		}
	h3 {
		font-size: 20px;
		}
	h4 {
		font-size: 17px;
		border: none
		}
	.training h4 {
		margin-top: 20px;
		}
	.training {
		padding: 15px;
		padding-top: 0;
		margin-left: -5px;
        margin-right: -5px;
		}
	.KOLAPS {
		display: inline-flex;
		font-size: 16px
		}
	.ISI {
		max-height: 0;
		overflow: hidden;
		background: #e8f0fb;
		padding: 0 18px;
		border-radius: 5px;
		margin-bottom: 20px;
		margin-top: 10px;
		transition: max-height 0.3s ease-out;
		}
	.ISI ul {
		padding-left: 20px;
		font-size: 16px;
		}
	.training ul li {
		font-size: 16px;
		}
	.training ul li h3 {
		padding-left: 5px;
		line-height: 1.2;		
		}
	}