.hero-image {
	background-image: url("https://belajark3.com/whats-new/images/bg.webp");
}
.gambar {
	background-image: url("https://belajark3.com/program-konsultasi/sni/images/newbg.webp");
}
.judul_materi {
	position: absolute;
	bottom: 60px;
	left: 100px;
	max-width: 350px
}
h1 {
	font-size: 56px;
}
.pro {
	position: absolute;
	bottom: 55px;
	left: 100px;
	color: white;
	font-size: 20px;
	border-top: solid 1px #374655;
	padding-top: 5px;
	color: #374655;
}
.pro span {
	color: #daa14c; text-decoration: underline
}
.konten p, .konten ol {
	text-align: justify
}
.gambar .colaps:after {
	color: #374655;
	border: solid 1px #374655;
	background: #ffffffa1
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.judul_materi {
		left: 60px;
		}
	h1 {
		font-size: 46px;
		}
	.pro {
		left: 60px;
		font-size: 19px;
		}	
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.judul_materi {
		left: 40px;
		}
	h1 {
		font-size: 46px;
		}
	.pro {
        left: 40px
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.judul_materi {
		bottom: 100px;
		left: 40px;
		right: 40px;
		margin: auto;
		text-align: center;
		}
	h1 {
		font-size: 44px;
		}
	.pro {
        left: 40px;
		right: 40px;
		margin: auto;
		text-align: center;
		bottom: 40px;
		width: 440px
		}
	.gambar {
		background-image: url("https://belajark3.com/program-konsultasi/sni/images/newbg1.webp");
		}
	}
@media screen and (max-width: 575.98px) {
	.gambar {
		background-image: url("https://belajark3.com/program-konsultasi/sni/images/newbg1.webp");
		}
	.judul_materi {
		bottom: 100px;
		left: 15px;
		right: 15px;
		margin: auto;
		text-align: center;
		}
	h1 {
		font-size: 36px
		}
	.pro {
        left: 15px;
		right: 15px;
		margin: auto;
		text-align: center;
		bottom: 40px;
		width: 320px;
		font-size: 17px
		}
	.bg-bottom {
		background: linear-gradient(0deg, #0000005e, transparent);
		height: 260px
		}
	.bg-top {
		background: linear-gradient(180deg, #000000d9, transparent);
		height: 200px
		}
	.konten p, .konten ol {
		text-align: left
		}
	}