.about-strip {
  background: var(--color-navy);
  padding-block: 60px;
}

.about-strip__inner {
  align-items: center;
  display: flex;
  gap: 147px;
  justify-content: center;
}

.strip-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 7px;
  text-align: center;
}

.strip-number {
  color: var(--color-crimson);
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 300;
  line-height: 1;
}

.strip-img {
  height: 80px;
  mix-blend-mode: screen;
  object-fit: contain;
  width: 80px;
}

.strip-label {
  color: var(--color-cream-dark);
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: var(--ls-ui);
  line-height: 1.25;
  text-transform: uppercase;
}

.strip-sub {
  color: rgba(242, 237, 228, 0.45);
  font-family: var(--font-display);
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
}

.strip-divider {
  background: rgba(155, 23, 52, 0.35);
  height: 120px;
  width: 1px;
}
