.chooseus {
	background: #103025;
	padding: 4.3125rem 6.25rem 12.5rem 6.25rem;
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.chooseus-img__line {
	position: absolute;
	top: -3.0875rem;
	left: 0;
	right: 0;
	width: 100%;
	height: 3.1875rem;
}
.chooseus-img__linebottom {
	position: absolute;
	bottom: -0.25rem;
	left: 0;
	right: 0;
	width: 100%;
	height: 15.43494rem;
	pointer-events: none;
	object-fit: cover;
	vertical-align: unset;
}
.chooseus-heading {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 5rem;
}
.chooseus-heading__subtitle {
	color: var(--White, #FFF);
	font-family: "Refresh Screen";
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 111%; /* 2.775rem */
	letter-spacing: 0.125rem;
}
.chooseus-heading__title {
	margin-top: 0.63rem;
	color: #FFA759;
	text-align: center;
	font-family: "Big Shoulders";
	font-size: 3rem;
	font-style: normal;
	font-weight: 900;
	line-height: 120%; /* 3.6rem */
}
.chooseus-content {
	margin-bottom: 5rem;
}
.chooseus-content__item {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 3.75rem;
}
.chooseus-content__item:last-child {
	margin-bottom: 0rem;
}
.chooseus-content__item:nth-child(even) {
	display: flex;
	flex-direction: row-reverse;
}
.chooseus-item__img {
	width: 30rem;
	height: 17.625rem;
	border-radius: 1rem;
	margin-right: 3.75rem;
}
.chooseus-content__item:nth-child(even) .chooseus-item__img  {
	margin-right: 0rem;
	margin-left: 3.75rem;
}
.chooseus-item__text {
	width: 31.25rem;
}
.chooseus-item__title {
	color:  #FFF;
	font-family: "Big Shoulders";
	font-size: 2.125rem;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	letter-spacing: 0.02125rem;
	margin-bottom: 1.25rem;
}
.chooseus-item__desc {
	color: rgba(255, 255, 255, 0.80);
	font-family: Poppins;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	letter-spacing: -0.04688rem;
}
.chooseus .btn {
	display: flex;
	background: #FF7A00;
}
.chooseus .btn:hover {
	background: #0b6836;
}
.chooseus-img__linebottomMB {
	display: none;
}
@media (max-width: 639.98px) {
	.chooseus {
		padding: 2.5rem 0rem;
		background: #103025;
		width: 100%;
	}
	.chooseus-img__line {
		height: 3.1875rem;
		width: auto;
		top: 0;
		left: 50%;
		right: unset;
		transform: translatex(-50%);
	}
	.chooseus-warpper__line {
		overflow: hidden;
		width: 100%;
		top: -3.0875rem;
		position: absolute;
		height: 3.1875rem;
		left: 0;
		right: 0;
	}
	.chooseus-heading {
		align-items: start;
		padding-left: 1.25rem;
		margin-bottom: 2rem;
	}
	.chooseus-heading__subtitle {
		color: #FFF;
		font-family: "Refresh Screen";
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 400;
		line-height: 111%; /* 1.665rem */
		letter-spacing: 0.075rem;
	}
	.chooseus-heading__title {
		margin-top: 0.25rem;
		color:  #FFA759;
		font-family: "Big Shoulders";
		font-size: 1.75rem;
		font-style: normal;
		font-weight: 900;
		line-height: 120%; /* 2.1rem */
		letter-spacing: -0.01563rem;
		text-align: start;
	}
	.chooseus-heading__title br {
		display: none;
	}
	.chooseus-content {
		display: flex;
		width: 100%;
		overflow: hidden;
		overflow-x: auto;
		padding: 0 1.25rem;
		scrollbar-width: none;
	}
	.chooseus-content::-webkit-scrollbar {
		display: none;
	}
	.chooseus-content__item {
		display: flex;
		flex-direction: column-reverse;
		margin-bottom: 0;
		margin-right: 2rem;
		justify-content: space-between;
	}
	.chooseus-content__item:last-child {
		margin-right: 0rem;
	}
	.chooseus-content__item:nth-child(even) {
		flex-direction: column-reverse;
	}
	.chooseus-item__text {
		width: 18.8125rem;
	}
	.chooseus-item__title {
		color:  #FFF;
		font-family: "Big Shoulders";
		font-size: 1.375rem;
		font-style: normal;
		font-weight: 900;
		line-height: 160%; /* 2.2rem */
		margin-bottom: 0.5rem;
	}
	.chooseus-item__desc {
		color: rgba(255, 255, 255, 0.80);
		font-family: Poppins;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; /* 1.3125rem */
		letter-spacing: -0.03125rem;
	}
	.chooseus-item__img {
		margin-top: 1rem;
		width: 18.8125rem;
		height: 11.05231rem;
		border-radius: 1rem;
		margin-right: 0;
	}
	.chooseus-content__item:nth-child(even) .chooseus-item__img {
		margin-left: 0;
	}
	.chooseus .btn {
		display: none;
	}
	.chooseus-img__linebottom {
		height: 3.61175rem;
	}
}