section.block.block-key-figures {
  padding: 0;
}
section.block.block-key-figures .content h2 {
  text-align: center;
  font-size: 49px;
  font-weight: 300;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  section.block.block-key-figures .content h2 {
    font-size: 36px;
    margin-bottom: var(--spacing-2-xl);
  }
}
section.block.block-key-figures .content .figures {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section.block.block-key-figures .content .figures {
    flex-direction: column;
    gap: var(--spacing-xl);
  }
}
section.block.block-key-figures .content .figures .figure {
  text-align: center;
}
section.block.block-key-figures .content .figures .figure h3 {
  font-size: 60px;
  line-height: 110%;
  font-weight: 450;
  margin-bottom: 12px;
  font-weight: 300;
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  section.block.block-key-figures .content .figures .figure h3 {
    font-size: 48px;
  }
}
section.block.block-key-figures .content .figures .figure p {
  margin: 0;
  font-weight: 400;
}