#customer {
  padding: 6.25rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--Background-Normal-Alternative, #f9f9ff);
}

#customer > .headline {
  width: 63.66231rem;
  margin-bottom: 5rem;
}

#customer > .group__container {
  width: 81.25rem;
  padding: 3.12rem 5.62rem;
  position: relative;
  border-radius: 1.25rem;
  border: 1px solid var(--outline-normal-22, rgba(112, 115, 124, 0.22));
  overflow: hidden;
}

#customer .revenue {
  border-left: 0.25rem solid rgba(105, 157, 237, 0.08);
  padding-left: 1.25rem;
}
#customer > .group__container > div {
  position: relative;
	z-index: 2;
}

#customer > .group__container > .background,
#customer .background_mb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#customer > .group__container > .image__quote,
#customer > .group__container > .image__quote__mb {
  position: absolute;
  width: 6.22138rem;
  height: 5.64306rem;
  object-fit: cover;
  top: 7.98rem;
  left: 4.74rem;
  z-index: 1;
}
#customer > .group__container > .quote-left__icon{
	position: absolute;
	top: 6.98rem;
  	left: 4.74rem;
	font-size: 8rem;
	color: var(--night-blue);
	opacity: 0.05;
	 z-index: 1;
}

#customer > .group__container > .image__quote__mb {
  display: none;
}

#customer .group__container__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}

#customer .group__container__top .logo {
  width: 9.92056rem;
  height: 3.01931rem;
  object-fit: contain;
}

#customer .group__container__top .revenue > div {
  display: flex;
  align-items: center;
}
#customer .group__container__top .revenue > div > .icon-up{
	display: flex;
	width: 3rem;
	height: 3rem;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: var(--Primary-color-Azure-blue-light);
	margin-right: 1rem;
}
#customer .group__container__top .revenue > div > .icon-up .trend-up{
	color: var(--text-white);
	font-size: 1.2rem;
}
#customer .revenue .icon {
  width: var(--48);
  height: var(--48);
  border-radius: 50%;
  margin-right: 1rem;
}

#customer .revenue .number {
  color: var(--Text-Text-Oxford-Blue-87-body-text-1);
  font-size: var(--font-size-H2);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.01563rem;
}

#customer .revenue .time {
  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;
  position: absolute;
  right: 0;
  top: 3.7rem;
  opacity: 0.72;
}

#customer .group__container__content {
  color: var(--Text-Text-Oxford-Blue-87-body-text-1);
  font-size: var(--font-size-H4);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.00938rem;
  margin-bottom: 1.92rem;
}

#customer .group__container__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#customer .info {
  display: flex;
  align-items: center;
}

#customer .info .avatar {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
  margin-right: 1.5rem;
  box-shadow: 0px 0px 7.273px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

#customer .info .info__content {
  display: flex;
  flex-direction: column;
}

#customer .info .name {
  color: var(--Text-Text-Oxford-Blue-87-body-text-1);
  font-size: var(--font-size-H4);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.00938rem;
  margin-bottom: 0.25rem;
}

#customer .info .position {
  color: var(--Text-Text-Oxford-Blue-87-body-text-1);
  font-size: var(--font-size-H6);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  opacity: 0.5;
}

#customer .group__container__bottom .section-link-btn {
  position: absolute;
  left: 58rem;
}

#customer .background_mb {
  display: none;
}

@media screen and (max-width: 639.9px) {
  #customer {
    padding: 3rem 0;
    background: var(--color-very-light-blue);
  }

  #customer .background_mb,
  #customer > .group__container > .image__quote__mb {
    display: block;
  }

  #customer > .group__container > .image__quote__mb {
    width: 3.61613rem;
    height: 3.28rem;
    top: 1.27rem;
    right: 1.56rem;
    left: unset;
  }

  #customer > .group__container > .background,
  #customer > .group__container > .image__quote {
    display: none;
  }

  #customer > .headline {
    width: 100%;
    padding: 0 1.25rem;
    margin-bottom: 2.25rem;
    text-align: center;
  }

  #customer > .group__container {
    width: 19.625rem;
    padding: 2.5rem 1.25rem;
    border-radius: var(--10, 0.625rem);
    border: 1px solid var(--outline-normal-22, rgba(112, 115, 124, 0.22));
  }

  #customer .group__container__top {
    margin-bottom: 1.5rem;
    flex-direction: column;
  }

  #customer .group__container__top .logo {
    width: 6.75rem;
    height: 2.05438rem;
    margin-bottom: 1.5rem;
  }

  #customer .group__container__top .revenue {
    align-items: center;
    padding: 0.37rem;
    border-left: 0.375rem solid rgba(105, 157, 237, 0.08);
    padding-left: 1rem;
  }

  #customer .revenue .time {
    position: unset;
    line-height: 1.6;
    display: block;
    margin-top: 0.42rem;
  }

  #customer .revenue .icon {
    width: 2.20969rem;
    height: 2.20969rem;
    margin-right: 0.75rem;
  }

  #customer .group__container__content {
    font-size: var(--font-size-sub1);
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.03125rem;
    margin-bottom: 1.5rem;
  }

  #customer .info .avatar {
    width: 2.75rem;
    height: 2.75rem;
    margin-right: 0.5rem;
  }

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

  #customer .info .position {
    color: var(--Text-Text-Oxford-Blue-87-body-text-1);
    font-size: var(--font-size-sub2);
    font-style: normal;
    font-weight: 500;
    line-height: 1rem;
    letter-spacing: 0.025rem;
  }
	#customer > .group__container > .quote-left__icon {
		top: 0;
		left: unset;
		font-size: 6rem;
		right: 1.56rem;
		transform: rotateY(180deg);
	}
	#customer .group__container__top .revenue > div > .icon-up{
		display: flex;
		width: 2.20969rem;
		height: 2.20969rem;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		background: var(--Primary-color-Azure-blue);
		margin-right: 0.75rem;
	}
	#customer .group__container__top .revenue > div > .icon-up .trend-up {
		font-size: 1rem;
	}
}
