.hero-image {
	background-image: url("https://belajark3.com/whats-new/images/bg.webp");
}
.gambar {
	background-image: url("/penerapan-5R/images/new-bg.webp");
}
.konten-image.img {
	background-image: url("https://belajark3.com/ragam-k3/images/latar.webp");
	padding-bottom: 0
}
.judul_materi {
	position: absolute;
	bottom: 20px;
	left: 100px;
	width: 500px
}
h1.h1 {
	font-size: 60px;
	font-family: "Archivo Black", sans-serif;
	line-height: .9;
	margin: 0
}
h3 {
	text-align: center;
	margin: 10px 0;
	font-size: 22px;
	color: white;
}
.GARIS {
	border-top: solid 3px black;
	width: 100px;
}
.GARIS1 {
	border-top: solid 3px white;
	width: 100px;
}
.pro span {
	color: yellow;
	text-decoration: underline
}
.pro {
	position: absolute;
	bottom: 31px;
	left: 210px;
	color: white;
}
.bg-top {
	position: absolute;
	top: 0;
	height: 200px;
	background: linear-gradient(180deg, #000000b5, transparent);
	width: 100%;
}
.bg-bottom {
	position: absolute;
	bottom: 0;
	height: 120px;
	background: linear-gradient(0deg, #000000b5, transparent);
	width: 100%;
}
body .konten {
	padding: 0 15px
}

.kotaks {
	display: inline-block;
	width: 100%;
	padding: 20px 0;
	padding-bottom: 40px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	box-shadow: inset 0 -3em 3em rgba(0, 0, 0, 0.1), 0 0 0 1px white, 0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
	margin: 30px 0
}
.row3:after {
    content: "";
    display: table;
    clear: both;
}
.kolom3 {
    float: left;
    width: 33.33%;
}
.im-g {
    width: 300px;
    height: auto;
    display: block;
    margin: 0 auto 0;
    border: solid 1px white;
}
.kotakOL {
    border: solid 1px white;
    padding-right: 20px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.judul_materi {
		left: 60px;
		}
	h1 {
		font-size: 56px;
		}
	.pro {
		left: 175px
		}
	.im-g {
		width: 260px;
		}
	}
@media (min-width: 768px) and (max-width: 991.98px) {
	.judul_materi {
		left: 40px;
		}
	.pro {
		left: 175px
		}
	body .konten {
		padding: 0 40px;
		}
	}
@media (min-width: 576px) and (max-width: 767.98px) {
	h1.h1 {
		font-size: 48px; 
		width: 400px
		}
	.judul_materi {
		left: 40px;
		bottom: 40px
		}
	.gambar {
		background-image: url("/penerapan-5R/images/new-bg1.webp");
		}
	.pro {
		bottom: 28px;
		left: 152px;
		width: 270px;
		}
	.kolom3 {
		float: none;
		width: 100%;
		margin-bottom: 30px;
		}
	body .konten {
		padding: 0 64px;
		}
	.im-g {
		width: 70%;
		}
	.kotakOL {
		padding-right: 0;
		width: 70%;
		margin: auto;
		}
	}
@media screen and (max-width: 575.98px) {
	.gambar {
		background-image: url("/penerapan-5R/images/new-bg1.webp");
		}
	.judul_materi {
		left: 15px;
		right: 15px;
		margin: auto;
		text-align: center;
		bottom: 90px;
		width: auto
		}
	h1.h1 {
		font-size: 40px;			
		}
	.GARIS1 {
		display: none
		}
	.bg-bottom {
		height: 220px
		}
	.pro {
		left: 15px;
		right: 15px;
		margin: auto;
		text-align: center;
		border-top: 1px solid white;
		padding-top: 10px;
		bottom: 50px;
		}
	.kolom3 {
		float: none;
		width: 100%;
		margin-bottom: 30px;
		}
	.im-g {
		width: 90%;
		}
	.kotakOL {
		padding-right: 0;
		width: 90%;
		margin: auto;
		}
	.kotaks {
		padding-bottom: 10px
		}
	}