.about {
	/* overflow-x: hidden; */
	/* width: 100%; */
}

.about .hero-about {
	background-image: url("../../images/BG-About.jpg");
	height: auto;
	min-height: 35rem;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	color: #fff;
	/* border: 1px solid magenta; */
	padding-bottom: 0;
	padding-top: 0;

}

.hero-about {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* border: 1px solid magenta; */
}

.hero-about-title,
.hero-about-desc {
	text-align: center;
}

.hero-about-title {
	font-size: 3rem;
	margin-bottom: 3rem;
}

.hero-about-desc {
	line-height: 2.5rem;
	font-weight: 300;
}

.organisation {
	display: flex;
	color: #002b6a;
	flex-direction: row;
	gap: 4rem;
	justify-content: center;
	align-items: center;
	/* border: 1px solid magenta; */
}

.org-logo {
	flex: 1;
	/* width: 80rem; */
	display: flex;
	justify-content: center;
	/* border: 1px solid magenta; */
}

.org-logo img {
	width: 100%;
	max-width: 50rem;
	/* border: 1px solid magenta; */
}

.org-desc {
	flex: 1;
	text-align: justify;
	/* width: 90%; */
	/* border: 1px solid magenta; */
	color: var(--biru);
	display: flex;
	justify-content: center;
}

.org-desc .org-desc-wrapper {
	width: 100%;
	max-width: 50rem;
	/* border: 1px solid magenta; */
}

.about-work-image {
	height: calc(100vh - 90px);
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.visi {
	background-image: url("../../images/BG-Visi.jpg");
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: white;
	gap: 1rem;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	/* border: 1px solid magenta; */
	overflow: hidden;
	height: 25rem;
	position: relative;
}

.visi-bg {
	position: absolute;
	/* size: 25rem; */
	left: 0;
	opacity: 10%;
	/* background-color: red; */
	overflow-x: hidden;
}

.visi-bg p,
.misi-bg p {
	font-size: 35rem;
	font-weight: bold;
	/* border: 1px solid magenta; */
}

.visi-bg p {
	margin-bottom: 4rem;
}

.misi-bg p {
	margin-bottom: 3.5rem;
}

.visi-title .misi-title {
	font-size: 3rem;
}

.visi-desc {
	line-height: 2.5rem;
}

.misi {
	background-image: url("../../images/BG-Misi.jpg");
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-repeat: no-repeat;
	gap: 1rem;
	color: #002b6a;
	height: 25rem;
	overflow: hidden;
	position: relative;
}

.misi-bg {
	position: absolute;
	/* size: 25rem; */
	right: 0;
	opacity: 10%;
	color: var(--merah);
	display: flex;
	align-items: center;
}

.misi-desc {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10rem;
	text-align: center;
	line-height: 2.4rem;
}

.gallery {
	width: 100% !important;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	gap: 4rem;
	overflow: hidden;
	padding: 2rem 0;
	/* border: 1px solid magenta; */
}

.gallery .horizontal-gallery {
	display: flex;
	flex-direction: row;
	height: 20rem;
	width: 100%;
	max-width: 20rem;
	gap: 2rem;
	/* justify-content: space-around; */
	/* border: 1px solid magenta; */
}

.gallery .horizontal-gallery img {
	/* border: 1px solid magenta; */
	object-fit: cover;
	object-position: center;
	width: 20rem;
	max-width: 20rem;
	/* border: 1px solid magenta; */
}

.prioritas {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	gap: 4rem;
	color: #002b6a;
}

.prioritas-head {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.prioritas-head-title h1 {
	font-size: 3rem;
}

.prioritas-card-wrapper {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.prioritas-card {
	display: flex;
	flex-direction: column;
	width: 15rem;
	gap: 2rem;
}

.prioritas-logo img {
	width: 30%;
}

/* Responsive style */
@media only screen and (max-width: 1024px) {
	.hero-about .hero-desc-wrapper .hero-title span {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.org-desc {
		width: 100%;
	}

	.visi-bg {
		left: -100;
	}

	.misi-bg {
		right: -100;
	}

	.hero-about-desc p span {
		display: none;
	}

	.organisation {
		flex-direction: column;
	}
}

@media only screen and (max-width: 425px) {
	.about .hero-about {
		padding-top: 5rem;
		min-height: 45rem;
	}

	.hero-about-title {
		font-size: 2rem;
	}

	.organisation {
		flex-direction: column;
	}

	/* .org-logo {
		width: 30rem;
	} */

	.misi,
	.visi {
		height: 40rem;
	}
	
	.misi-desc p span,
	.visi-desc p span {
		display: none;
	}

	.visi-bg p {
		font-size: 25rem;
	}

	.misi-bg p {
		font-size: 22rem;
	}

	.misi-bg {
		right: -150;
	}

	.misi-desc {
		gap: 4rem;
	}
}

@media only screen and (max-width: 320px) {
	.hero-about-title {
		font-size: 1.8rem;
	}

	/* .hero-about-desc {
		font-size: 1.4rem;
		width: 30rem;
	} */

	.misi-desc {
		flex-direction: column;
		gap: 2rem;
	}

	.misi-desc-left .misi-desc-right {
		width: 25rem;
	}
}
