#features {
	padding-top: 0;
}

#customers__think .content>div {
	display: flex;
	flex-direction: column;
}

#customers__think .content__group .logo {
	width: 9rem;
	height: 5rem;
	object-fit: contain;
	position: absolute;
	left: 0.78rem;
	bottom: 1.62rem;
}
#customers__think .content i.quote{
	color: var(--night-blue);
	opacity: 0.05;
}
@media screen and (min-width: 640px) {
	.get-started__wrapper--left>p {
		width: 32.8125rem;
	}

	#customers__think .content__group {
		padding: 3.5rem 5.88rem 3.5rem 3.25rem;
	}

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

	#customers__think .content .role {
		order: 1;
		margin-bottom: 1.44rem;
	}

	#customers__think .content .desc {
		order: 2;
		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: 0;
	}
}

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

	#features .feature__container:first-child {
		padding-top: 3.75rem;
	}

	#customers__think .content__group {
		padding: 1.56rem 1.56rem 1.94rem;
	}

	#customers__think .content .name {
		order: 0;
		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 {
		order: 1;
		margin-bottom: 1rem;
		padding-bottom: 0;
	}

	#customers__think .content .desc {
		order: 2;
		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: 0;
	}

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

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

	#customers__think .content__group .logo {
		width: 8.54rem;
		height: 5.56rem;
		left: -0.5rem;
		bottom: 0.66rem
	}
	
	.feature__container:last-child .feature__left {
		margin-bottom: 1.5rem;
	}

	#customers__think .content__group {
		border: 0.75px solid var(--Text-Text-Oxford-Blue-Disable, rgba(9, 44, 76, 0.38));
		background: var(--color-palette-white-background);
	}
	#customers__think .content__group .content div {
		position:relative;
	}
	#customers__think .content .icon_quote {
		display:block;
		width: 5.09844rem;
		height: 5.125rem;
		right: 0;
		bottom: 0;
		top:unset;
		opacity:0.3;
	}
	#customers__think .content i.quote{
		right: 0;
        bottom: -1rem;
        display: block;
        top: unset;
        font-size: 5rem;
	}
}