.hero-image {
	background-image: url("https://belajark3.com/whats-new/images/bg.webp");
}
.gambar {
	background-image: url("https://belajark3.com/ragam-k3/program-kerja-k3/images/newbg.webp");
}
.judul_materi {
	position: absolute;
	bottom: 40px;
	left: 100px;
}
h1 {
	font-size: 44px;
	margin: 0;
}
.konten p {
	text-align: justify
}
.gambar .colaps:after {
	color: #374655;
	border: solid 1px #374655;
}
.flekPDF {
	display: flex;
	align-items: center;
	border: 1px solid rgba(0,0,0, .2);
	border-bottom: 3px solid rgba(0,0,0, .3);
	border-right: 3px solid rgba(0,0,0, .3);
	padding: 0px 20px;
	border-radius: 5px;
	background: rgb(250, 250, 250);
	width: auto;
	height: 90px;
	margin-bottom: 30px;
	cursor: pointer
}
.flekPDF div {
	font-size: 18px;
	line-height: 1.5;
	color: #2b4e84;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.judul_materi {
		left: 60px;
		}
	h1 {
		font-size: 42px;
		}
	.flekPDF div {
		font-size: 17px;
		}
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.judul_materi {
		left: 40px;
		}
	.flekPDF div {
		font-size: 17px;
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.judul_materi {
		left: 40px;
		}
	.gambar {
		background-image: url("https://belajark3.com/ragam-k3/program-kerja-k3/images/newbg1.webp");
		}
	.konten .left {
		margin-bottom: 0;
		}
	}
@media screen and (max-width: 575.98px) {
	.gambar {
		background-image: url("https://belajark3.com/ragam-k3/program-kerja-k3/images/newbg1.webp");
		}
	.judul_materi {
		left: 15px;
		right: 15px
		}
	h1 {
		font-size: 42px;
		width: 220px
		}
	.konten p {
		text-align: left
		}
	.konten .left {
		margin-bottom: 0;
		}
	.flekPDF {
		padding: 10px 15px;
		height: auto;
		margin-bottom: 20px;
		}
	.flekPDF div {
		font-size: 16px;
		}
	}