#banner .description__banner {
	width: 45.22363rem;
}

.uppromote-plan__inner .headline p {
	max-width: 68.875rem;
}

#most__entrusted .overlay__left {
	width: 75.375rem;
	height: 33.5rem;
	border-radius: 75.375rem;
	background: var(--pale-blue);
	filter: blur(150px);
	position: absolute;
	top: -50%;
	left: -50%;
}

#most__entrusted .overlay__right {
	width: 68rem;
	height: 36.0625rem;
	border-radius: 68rem;
	background: var(--light-blue-transparent);
	filter: blur(100px);
	position: absolute;
	top: -20%;
	right: -18rem;
}

@media screen and (min-width: 640px) {
	.most__entrusted {
		margin-top: 2.75rem;
	}
}

@media screen and (max-width: 639px) {
	#banner .description__banner {
		width: 100%;
		margin-bottom: 1.25rem;
	}

	#banner .box__img__people {
		height: 13.97919rem;
	}

	.get-started-mb {
		margin-top: 0;
	}

	#most__entrusted .title__linear__gradient {
		padding: 3rem 1.25rem 2.5rem;
	}

	#most__entrusted {
		padding-bottom: 4.5rem;
	}

	#most__entrusted .container_entrusted_item {
		background: transparent;
	}

	#most__entrusted .swiper-pagination {
		bottom: 3rem
	}

	#most__entrusted .overlay__left,
	#most__entrusted .overlay__right {
		display: none;
	}
}