#one-journey {
	padding-bottom: 5rem;
	position: relative;
}

#one-journey .container {
	width: 87.5rem;
	margin: 0 auto;
	padding: 1.5rem 0;
}
#one-journey .one__journey__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#one-journey .one__journey__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#one-journey .container {
}

#one-journey .our__journey__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin-bottom: 3rem;
}

#one-journey .one__journey__title {
	color: var(--Green, #0b6836);
	text-align: center;

	/* WEB/H2/BLACK */
	font-family: "Big Shoulders";
	font-size: 3rem;
	font-style: normal;
	font-weight: 900;
	line-height: 120%; /* 3.6rem */
	margin-bottom: 1rem;
	text-align: center;
}
#one-journey .one__journey__desc {
	color: var(--text-body-75, rgba(46, 46, 46, 0.75));
	text-align: center;

	/* WEB/20/20-MD */
	font-family: "Poppins";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.875rem */
	width: 43.75rem;
	text-align: center;
}

#one-journey .list__card {
	display: flex;
}
#one-journey .card {
	flex-shrink: 0;
	width: 28.1875rem;
	height: 33.1875rem;
	border-radius: 0.87388rem;
	overflow: hidden;
	margin-right: 1.38rem;
	position: relative;
}
#one-journey .card:last-child {
	margin-right: 0;
}
#one-journey .card__thumbnail {
	width: 100%;
	height: 100%;
	position: relative;
}
#one-journey .card__thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
#one-journey .card__thumbnail .card__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(6, 34, 7, 0) 41.9%, #062207 90.96%);
}
#one-journey .card__content {
	padding: 1.5rem 3rem 1.5rem 1.5rem;

	position: absolute;
	bottom: 0;
	z-index: 1;
}
#one-journey .card__title {
	color: var(--Neutrals-Dark-P-16, #fff);

	/* WEB/H3/SM120% */
	font-family: "Big Shoulders";
	font-size: 2.125rem;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 2.55rem */
	letter-spacing: -0.02125rem;
	margin-bottom: 1rem;
}
#one-journey .card .card__content h3 {
	color: var(--Neutrals-Dark-P-16, #fff);

	/* WEB/H3/SM120% */
	font-family: "Big Shoulders";
	font-size: 2.125rem;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 2.55rem */
	letter-spacing: -0.02125rem;
	margin-bottom: 1rem;
}
#one-journey .card__desc {
	color: #f3f3f3;

	/* WEB/Body/16/16-R */
	font-family: "Poppins";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	letter-spacing: -0.04688rem;
}

#one-journey .card .card__content p {
	color: #f3f3f3;

	/* WEB/Body/16/16-R */
	font-family: "Poppins";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	letter-spacing: -0.04688rem;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (max-width: 639.9px) {
	#one-journey {
		padding: 0;
	}
	#one-journey .container {
		padding: 2.5rem 0 2rem 0;
		width: 100%;
	}
	#one-journey .our__journey__head {
		padding: 0 1.25rem;
		align-items: start;
		margin-bottom: 2rem;
	}
	#one-journey .one__journey__title {
		letter-spacing: -0.01563rem;
		font-size: 1.75rem;
	}
	#one-journey .one__journey__desc {
		letter-spacing: -0.01563rem;
		font-size: 1rem;
		width: 100%;
		line-height: 160%;
		text-align: start;
	}
	#one-journey .list__card {
		width: 100%;
		padding: 0 1.25rem;
		overflow: scroll;
		scrollbar-width: none;
		--webkit-scrollbar {
			display: none;
		}
	}
	#one-journey .card {
		margin-right: 1rem;
		width: 15.625rem;
		height: 18.875rem;
		border-radius: 0.48575rem;
	}
	#one-journey .card__content {
		padding: 0.83381rem 0 0.83381rem 0.83381rem;
	}
	#one-journey .card .card__content h3 {
		margin-bottom: 0.5rem;
		font-size: 1.125rem;
	}
	#one-journey .card .card__content p {
		font-size: 0.75rem;
		line-height: 160%; /* 1.2rem */
		letter-spacing: -0.01563rem;
		width: 13.41056rem;

	}
}
