@media screen and (min-width: 640px) {
	#banner .description__banner {
		width: 39.87606rem;
	}

	#handle .handle__content .headline br {
		display: none;
	}
}

/* start handle */
#handle {
	position: relative;
	width: 100%;
	height: 53rem;
}

#handle .handle__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}

#handle .handle__background .over-top {
	width: 42.1875rem;
	height: 29.125rem;
	border-radius: 42.1875rem;
	background: var(--light-blue-transparent);
	filter: blur(100px);
	position: absolute;
	top: -3.5rem;
	right: -10rem;
}

#handle .handle__background .over-bottom {
	width: 75.375rem;
	height: 44.1875rem;
	border-radius: 75.375rem;
	background: var(--mint-green);
	filter: blur(150px);
	position: absolute;
	bottom: -18rem;
	left: -15rem;
}

#handle .handle__background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
}

#handle .handle__content {
	position: relative;
	z-index: 2;
	width: 100%;
}

#handle .handle__content .headline {
	width: 55.4375rem;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6.31rem;
	padding-bottom: 1.5rem;
}

#handle .handle__content .handle__content__description {
	width: 60rem;
	color: var(--Text-Text-Oxford-Blue-87-body-text-1);
	margin-left: auto;
	margin-right: auto;
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
	font-size: var(--font-size-sub2);
}

/* end handle */
@media screen and (max-width: 639px) {
	#handle {
		height: 29.8125rem;
	}

	#handle .handle__content .headline,
	#handle .handle__content .handle__content__description {
		width: 100%;
	}

	#handle .handle__content .headline {
		padding-top: 2rem;
	}

	#handle .handle__content .handle__content__description {
		line-height: normal;
	}

	#handle .handle__background img {
		width: 21.5rem;
		height: 18.625rem;
		object-fit: contain;
		bottom: 0;
		position: absolute;
		z-index: 1;
		transform: translateX(-50%);
		left: 50%;
	}

	#handle .handle__background .over-top {
		z-index: 1;
		width: 21.4375rem;
		height: 19.5rem;
		border-radius: 21.4375rem;
		background: var(--light-blue-transparent);
		filter: blur(23.4375px);
	}

	#handle .handle__background .over-bottom {
		width: 16.83394rem;
		height: 15.3125rem;
		border-radius: 16.83394rem;
		background: var(--mint-green);
		filter: blur(27.606670379638672px);
		z-index: 1;
		bottom: -2rem;
		left: -4rem;
	}

}