.hero-image {
	background-image: url("https://belajark3.com/hse-plan/images/bg.webp");
}
.gambar {
	background-image: url("https://belajark3.com/Materi_Lengkap_SML/images/new-bg.webp");
}
.judul_materi {
	position: absolute;
	bottom: 40px;
	left: 100px;
}
.pro {
	position: absolute;
	bottom: 32px;
	left: 215px;
	line-height: 1.2;
	width: 550px;
	color: white
}
.pro span {
	text-decoration: underline;
	color: yellow
}
h1.h1 {
	font-size: 44px;
	width: 760px;
	font-family: "Archivo Black", sans-serif;
	line-height: .9
}
.learning.online, .lembaga.online {
	color: black;
	text-shadow: none;
}
.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: 20px;
	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;
}

.GARIS2 {
	border-top: solid 3px white;
	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;
}
.ISI div.selengkapnya {
	font-size: 15px;
	padding: 5px 15px;
}
.KOLAPS {
	display: none;
	float: right;
}
.KOLAPS:after {
	content: 'selengkapnya';
	font-size: 13px;
	border: solid 1px black;
    border-radius: 3px;
    padding: 0 5px;
	margin-top: 30px
}
.diana:after {
	content: 'tutup';
	background: #e8f0fb
}
.ISI {
    max-height: max-content;
    overflow: hidden;
    border: none;
    background: none;
    padding: 0;
}
.ISI ol {
	font-size: 17px
}
.bg-top {
    position: absolute;
    left: 0;
    height: 100%;
    width: 60%;
    background: linear-gradient(90deg, #000000c7, transparent);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.judul_materi {
		left: 60px;
		}
	.pro {
		left: 170px
		}
	h1.h1 {
		font-size: 40px;
		width: 700px;
		}
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	h1.h1 {
		font-size: 40px;
		width: 700px;
		}
	.judul_materi {
		left: 40px;
		}
	.pro {
		left: 160px
		}
	
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	h1.h1 {
		font-size: 38px; 
		width: auto;
		color: white
		}
	.GARIS2 {
		display: none
		}
	.judul_materi {
		left: 40px;
        right: 40px;
        margin: auto;
        text-align: center;
        bottom: 120px;
		}
	.gambar {
		background-image: url("https://belajark3.com/Materi_Lengkap_SML/images/new-bg1.webp");
		}
	.training h2, h4 {
		margin-top: 20px;
		}
	.pro {
        bottom: 40px;
        left: 40px;
        right: 40px;
        color: white;
        line-height: normal;
        width: auto;
        text-align: center;
        font-size: 18px;
        margin: auto;
        border-top: solid 1px white;
        padding-top: 10px;
		}
	.learning.online, .lembaga.online {
		color: white;
		text-shadow: 1px 1px black
		}
	}
@media screen and (max-width: 575.98px) {
	.gambar {
		background-image: url("https://belajark3.com/Materi_Lengkap_SML/images/new-bg1.webp");
		}
	.judul_materi {
		left: 15px;
        right: 15px;
        bottom: 160px;
        margin: auto;
        text-align: center;
		}
	.learning.online, .lembaga.online {
		color: white;
		text-shadow: 1px 1px black
		}
	.bg-top {	
		height: 100%;
		width: 100%;
		background: linear-gradient(45deg, rgb(95 99 104 / 64%), transparent);
	    }
	.pro {
		bottom: 40px;
        left: 15px;
        right: 15px;
        line-height: normal;
        width: 320px;
        text-align: center;
        border-top: solid 1px white;
        margin: auto;
        padding-top: 5px;
        font-size: 16.5px;
		color: white
		}
	h1.h1 {
		font-size: 34px; 
		width: auto;
		color: white;
		text-shadow: 1px 1px black
		}
	h3 {
		font-size: 20px;
		}
	h4 {
		font-size: 18px;
		}
	.GARIS2 {
		display: 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;
		border: solid 1px #d4d4d4;
		background: #e8f0fb;
		padding: 0 18px;
		border-radius: 5px;
		margin-bottom: 20px;
		margin-top: 0;
		transition: max-height 0.3s ease-out;
		}
	.ISI ol {
		padding-left: 20px;
		font-size: 16px;
		}
	.ISI div.selengkapnya {
		margin-bottom: 10px;
		font-size: 12px
		}
	.training ul li {
		font-size: 15px;
		line-height: 1.2
		}
	.training ul {
		padding-left: 42px;
        margin-top: -7px;
		}
	.training ul li h3 {
		padding-left: 5px	
		}
	.ISI a.selengkapnya {
		font-size: 12px
		}
	}