#alternative {
  padding: 5rem 0;
  background: var(--Background-Normal-Linear);
}
#alternative > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#alternative > .container .headline {
  text-align: center;
  margin-bottom: 1rem;
  width: 54.8125rem;
}
#alternative > .container > .desc {
  color: var(--Text-Text-Oxford-Blue-87-body-text-1);
  text-align: center;
  font-size: var(--font-size-sub2);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.03125rem;
  margin-bottom: 3rem;
}
#alternative .affiliate-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.56rem;
  width: 100%;
}
#alternative .affiliate-item {
  position: relative;
  height: 14.9275rem;
  border: 1px solid #dddee8;
  border-radius: 0.625rem;
  background: linear-gradient(180deg, #fff 69.01%, #f6f9fe 100%);
}
#alternative .affiliate-item > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#alternative .affiliate-name {
  position: absolute;
  bottom: 1rem;
  width: 100%;
  text-align: center;
  color: var(--Text-Text-Oxford-Blue-87-body-text-1);
  font-family: var(--font-body);
  font-size: var(--font-size-H6);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.00938rem;
}
#alternative ~ #most__entrusted .most_entrusted__top h4.name {
  text-transform: unset;
}
@media screen and (max-width: 639.9px) {
  #alternative {
    padding: 1.5rem 0 3.75rem 0;
    background: var(--Background-Normal-F9F9FF);
  }
  #alternative > .container .headline {
    width: 100%;
    margin-bottom: var(--12);
  }

  #alternative .affiliate-container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  #alternative .affiliate-item {
    height: 14.79013rem;
  }
  #alternative > .container > .desc {
    font-size: var(--font-size-sub1);
    margin-bottom: 2rem;
  }
	#alternative .affiliate-name {
		font-size: var(--font-size-H5)
	}
}
