.layanan .hero-layanan {
	background-image: url("../../images/BG-Layanan.jpg");
	height: auto;
	min-height: 35rem;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	color: #fff;
	padding-bottom: 0;
	padding-top: 0;
}

.hero-layanan {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

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

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

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

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

.tujuan-title {
	font-size: 3rem;
	font-weight: bold;
	/* border: 1px solid magenta; */
}

.tujuan-content {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 6rem;
	/* border: 1px solid magenta; */
}

.tujuan-logo {
	width: 100%;
	max-width: 40rem;
	/* border: 1px solid magenta; */

}

.tujuan-info {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	width: 100%;
	max-width: 50rem;
	/* border: 1px solid magenta; */

}

.tujuan-desc {
	text-align: justify;
	/* border: 1px solid magenta; */
	line-height: 2.4rem;
}

.tujuan-point-wrapper {
	display: flex;
	flex-direction: row;
	gap: 2rem;
	/* border: 1px solid magenta; */

}

.tujuan-point-left,
.tujuan-point-right {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 1.5rem;
	/* border: 1px solid magenta; */
}

.tujuan-point-left__item,
.tujuan-point-right__item {
	display: flex;
	flex-direction: row;
	gap: 1.5rem;
	/* border: 1px solid magenta; */
}

.tujuan-point-left__item img,
.tujuan-point-right__item img {
	/* border: 1px solid magenta; */
	width: 2.8rem;
}

.tujuan-point-left__item p,
.tujuan-point-right__item p {
	font-weight: bold;
	/* border: 1px solid magenta; */
}

/* responsive */
@media only screen and (max-width: 1024px) {
	/* responsive navbar */
}

@media only screen and (max-width: 768px) {
	.tujuan-content {
		/* display: flex;
		flex-direction: row;
		align-items: center;
		gap: 6rem;
		border: 1px solid magenta; */

		flex-direction: column;
	}

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

	.ekspedisi-service {
		padding: 6rem 8rem;
	}
}

@media only screen and (max-width: 425px) {
	.tujuan-title {
		font-size: 1.8rem !important;
	}

	.ekspedisi-service {
		padding: 6rem 2rem;
	}

	.tujuan-content {
		/* display: flex;
		flex-direction: row;
		align-items: center;
		gap: 6rem;
		border: 1px solid magenta; */
		gap: 4rem;
	}

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

@media only screen and (max-width: 320px) {
	/* responsive navbar */
}

@media only screen and (max-width: 280px) {
	/* responsive navbar */
}
