@media screen and (min-width: 640px) {
	#multiple .features__group .feature__container:nth-child(even) {
		background: var(--color-palette-white-background);
	}

	#multiple .features__group {
		background: var(--color-very-light-blue);
	}

	#multiple .features__group .feature__container:nth-child(odd) {
		background: var(--color-very-light-blue);
	}

	#grow .features__group .feature__container:nth-child(even) .container {
		flex-direction: row;
	}

	#grow .features__group .feature__container:nth-child(odd) .container {
		flex-direction: row-reverse;
	}

	#campaign .container > .headline {
		width: 77.5rem;
	}

	#campaign .container > .desc {
		width: 45.57888rem;
	}

	#customers__think .content .desc {
		color: var(--Text-Text-Oxford-Blue-87-body-text-1);
		font-size: var(--font-size-sub1);
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		letter-spacing: 0.00938rem;
		margin-bottom: 1.12rem;
		margin-top: 0.5rem;
	}

	#customers__think .content .role {
		color: var(--Neutral-Grascale-colors-Gray-7, #607380);
		font-size: var(--font-size-sub2);
		font-style: normal;
		font-weight: 400;
		line-height: 160%;
		letter-spacing: 0.03125rem;
		/* 		margin-bottom: 1.12rem; */
	}

	#customers__think .content .name {
		color: var(--Text-Text-Oxford-Blue-87-body-text-1);
		font-size: var(--font-size-H5);
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 0.00938rem;
	}
	
	#customers__think .content i.quote{
		color: var(--night-blue);
		opacity: 0.05;
	}
	#customers__think .content__group {
		padding: 1.72rem 5.88rem 1.72rem 3.25rem;
	}

	.most__entrusted {
		margin-top: 2.75rem;
	}

	#campaign .campaign__group .campaign__item{
		padding: 4.8rem 0.5rem 2.125rem;
	}
	#customers__think .content>div{
		margin-bottom: 1.12rem;
	}
}

#customers__think .content__group .logo {
	position: absolute;
	width: 15.625rem;
	height: 5.75rem;
	object-fit: contain;
	bottom: 0;
	left: 0;
}

#customers__think .content .title__content {
	color: var(--Text-Text-Oxford-Blue-100---Body);
	font-size: var(--font-size-H4);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.00938rem;
}

@media screen and (max-width: 639px) {
	#banner .box__img__people {
		height: 14.3125rem;
	}

	#customers__think .content__group .image {
		margin-bottom: 1.5rem;
		border-radius: 0.75313rem;
	}

	#customers__think .content__group {
		padding: 1.56rem 1.5rem 1.44rem 1.5rem;
	}

	#customers__think .content .desc {
		color: var(--Text-Text-Oxford-Blue-87-body-text-1);
		font-size: var(--font-size-sub1);
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		letter-spacing: 0.00938rem;
		margin: 1rem 0;
	}

	#customers__think .content .name {
		color: var(--Text-Text-Oxford-Blue-87-body-text-1);
		font-size: var(--font-size-H5);
		font-style: normal;
		font-weight: 600;
		line-height: 160%;
		letter-spacing: 0.03125rem;
	}

	#customers__think .content .role {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	#customers__think .content > div {
		padding-bottom: 0;
		margin-bottom: 1.5rem;
		border-bottom: none;
	}

	#customers__think .content__group .logo {
		width: 8.87181rem;
		height: 3.47744rem;
		bottom: 0.27rem;
	}

	.features__group .feature__left {
		margin-bottom: 0;
	}

	#grow .features__group .feature__container:last-child {
		padding-bottom: 3rem;
	}

	.features__group .box__btn__partnership {
		margin-top: 3.5rem;
	}

	#grow .features__group {
		background: linear-gradient(0deg, #eff5fe 0%, #eff5fe 100%), #fff;
	}

	.most__entrusted__swiper .testimonial-slide {
		background: var(--color-palette-white-background);
	}
}
