@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bebasneue/v16/JTUSjIg69CK48gW7PXoo9WlhyyTh89Y.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.landing-block.cx24-caps {
  background: #222222;
  padding: 40px 24px 56px;
  box-sizing: border-box;
}

.landing-block.cx24-caps .cx24-caps__inner {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.landing-block.cx24-caps .cx24-caps__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
}

.landing-block.cx24-caps .landing-block-card {
  flex: 1 1 280px;
  min-width: 240px;
  background: #2C2C2C;
  border-radius: 18px 18px 56px 18px;
  padding: 24px 24px 16px;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  overflow: hidden;
}

.landing-block.cx24-caps .landing-block-node-card-text {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}

.landing-block.cx24-caps .landing-block-node-card-number {
  margin: auto 0 0;
  padding: 0;
  color: #FAA72D;
  font-family: 'Bebas Neue', Impact, 'Arial Narrow', sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 0.1;
  letter-spacing: 0.02em;
  display: block;
  width: fit-content;
}
