.hero-image {
	background-image: url("https://belajark3.com/whats-new/images/bg.webp");
}
.gambar {
	background-image: url("https://belajark3.com/dokumen-CSMS/images/new-bg.webp");
}
.judul_materi {
	position: absolute;
	bottom: 20px;
	left: 100px;
	color: white;
	max-width: 500px
}
h1 {
	font-size: 56px;
	margin: 0
}
.bg-top {
	position: absolute;
	top: 0;
	height: 160px;
	background: linear-gradient(180deg, #00000096, transparent);
	width: 100%;
}
.bg-bottom {
	position: absolute;
	bottom: 0;
	height: 200px;
	background: linear-gradient(0deg, #0000007d, transparent);
	width: 100%;
}
.modal_content ul {
	list-style-image: url('https://belajark3.com/svg/6.svg');
}
#CSMS .modal_content ul {
	margin-bottom: 20px
}
.modal_content ul p {
	margin-top: 10px
}
.modal_content ul p {
	margin-bottom: 40px
}
.modal_content ul li {
	font-weight: bold;
	text-decoration: underline	
}
.modal_content .selengkapnya {
	float: right;
	padding: 3px 12px;
    font-size: 14px;
	margin-top: -30px
}
.konten p, .konten ol {
	text-align: justify
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.judul_materi {
		left: 60px;
		}
	h1 {
		font-size: 52px;
		}	
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.judul_materi {
		left: 40px;
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.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/dokumen-CSMS/images/new-bg1.webp");
		}
	}
@media screen and (max-width: 575.98px) {
	.gambar {
		background-image: url("https://belajark3.com/dokumen-CSMS/images/new-bg1.webp");
		}
	.judul_materi {
		left: 15px;
		right: 15px;
		margin: auto;
		text-align: center;
		}
	h1 {
		font-size: 46px
		}
	.judul_materi .GARIS1 {
		margin: 20px auto 0
		}
	.bg-bottom {
		background: linear-gradient(0deg, #0000005e, transparent);
		height: 260px
		}
	.bg-top {
		background: linear-gradient(180deg, #00000082, transparent);
		height: 200px
		}
	.modal_content p {
        font-size: 16px;
		}
	.modal_content ul p {
		margin-left: -20px;
		}
	.konten p, .konten ol {
		text-align: left
		}
	}