.keynum-quote.blue {
  background: #D9F0FF;
}

.keynum-quote--container {
  padding: 24px 0;
}

@media screen and (min-width: 992px) {
  .keynum-quote--container {
    padding: 48px 0;
  }
}

.keynum-quote--wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (min-width: 992px) {
  .keynum-quote--wrapper {
    flex-direction: row;
    align-items: center;
    gap: clamp(24px, 5vw, 72px);
  }
}

@media screen and (min-width: 992px) {
  .keynum-quote--wrapper.reverse {
    flex-direction: row-reverse;
  }
}

.keynum-quote--img {
  height: 312px;
  aspect-ratio: 1/1;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

/* .keynum-quote--img::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}
 */
@media screen and (min-width: 992px) {
  .keynum-quote--img {
    height: clamp(312px, 36.11vw, 520px);
  }
}

.keynum-quote--img img:not(.logo) {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.keynum-quote--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}

@media screen and (min-width: 992px) {
  .keynum-quote--content {
    gap: 24px;
    align-items: flex-start;
    text-align: left;
  }
}

.keynum-quote--content .uptitle {
  color: var(--bleu-nuit);
}

.keynum-quote--content p:not(.uptitle) {
  text-wrap: balance;
}

@media screen and (min-width: 992px) {
  .keynum-quote--content p:not(.uptitle) {
    font-size: 18px;
  }
}

.keynum-quote--keynumbers {
  margin-top: 32px;
  color: var(--bleu-nuit);
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 24px;
}

@media screen and (min-width: 992px) {
  .keynum-quote--keynumbers {
    margin-top: 64px;
    flex-direction: row;
    justify-content: space-between;
  }
}

.keynum-quote--keynumbers .item {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .keynum-quote--keynumbers .item {
    text-align: left;
    max-width: 248px;
    width: 100%;
  }
}

.keynum-quote--keynumbers .item span {
  font-size: 4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
}

.keynum-quote--keynumbers em {
  width: 100%;
  height: 1px;
  background: var(--bleu-nuit);
}

@media screen and (min-width: 992px) {
  .keynum-quote--keynumbers em {
    width: 1px;
    height: auto;
  }
}

.keynum-quote--keynumbers span {
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.keynum-quote--keynumbers p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 325;
  line-height: 180%;
}