.hero-image {
	background-image: url("https://belajark3.com/whats-new/images/bg.webp");
}
.gambar {
	background-image: url("https://belajark3.com/laporan_semester_amdal/images/newbg.webp");
}
.judul_materi {
	position: absolute;
	bottom: 40px;
	left: 100px;
	max-width: 650px
}
h1 {
	font-size: 50px;
}
.pro {
	position: absolute;
	bottom: 32px;
	left: 272px;
	color: white;
	font-size: 20px;
	border-top: solid 1px white;
	padding-top: 5px;
}
.pro span {
	color: yellow; text-decoration: underline
}
.bg-top {
	position: absolute;
	top: 0;
	height: 160px;
	background: linear-gradient(180deg, #000000bf, transparent);
	width: 100%;
}
.bg-bottom {
	position: absolute;
	bottom: 0;
	height: 200px;
	background: linear-gradient(0deg, #000000b0, transparent);
	width: 100%;
}
.konten p {
	text-align: justify
}
.konten .flekPDF {
    margin-left: 60px;
}
.konten .flekPDF a {
    border-bottom: solid 1px rgba(0, 0, 0, .5);
    font-size: 19px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.judul_materi {
		left: 60px;
		}
	h1 {
		font-size: 46px;
		}
	.pro {
		left: 218px;
		font-size: 19px;
		}	
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.judul_materi {
		left: 40px;
		}
	h1 {
		font-size: 46px;
		}
	.pro {
        left: 198px
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	.judul_materi {
		bottom: 90px;
		left: 40px;
		right: 40px;
		margin: auto;
		text-align: center;
		}
	.pro {
        left: 40px;
		right: 40px;
		margin: auto;
		text-align: center;
		bottom: 40px;
		width: auto
		}
	.gambar {
		background-image: url("https://belajark3.com/laporan_semester_amdal/images/newbg1.webp");
		}
	.konten .flekPDF {
		margin-left: 20px;
		}
	.konten .flekPDF a {
		font-size: 18px;
		}
	}
@media screen and (max-width: 575.98px) {
	.gambar {
		background-image: url("https://belajark3.com/laporan_semester_amdal/images/newbg1.webp");
		}
	.judul_materi {
		bottom: 100px;
		left: 15px;
		right: 15px;
		margin: auto;
		text-align: center;
		}
	h1 {
		font-size: 38px
		}
	.pro {
        left: 15px;
		right: 15px;
		margin: auto;
		text-align: center;
		bottom: 40px;
		width: 320px;
		font-size: 17px
		}
	.bg-top {
		background: linear-gradient(180deg, #000000a3, transparent);
		height: 200px
		}
	.bg-bottom {
		background: linear-gradient(0deg, #0000005e, transparent);
		height: 260px
		}
	.konten p {
		text-align: left
		}
	.konten .flekPDF {
		margin-left: 20px;
		}
	.konten .flekPDF a {
		border-bottom: none;
		font-size: 17px;
		}
	}