.wpb-fact div {
    font-size: 2rem;
    line-height: 4rem;
    font-weight: 600;
    margin-bottom: 0rem;
  }
  .wpb-fact div.size-big {
    font-size: 64px;
    line-height: 1;
  }
  /* .wpb-fact p {
    font-size: var(--factoidSize);
    line-height: var(--factoidLineHeight);
    font-weight: var(--boldWeight);
    margin-bottom: 0;
  } */
  
  @media (max-width: 480px) {
    .wpb-fact p {
    font-size: 4rem;
    line-height: 4rem;
  }
    .wpb-fact .wpb-image-block-title {
      font-size: 28px;
    }
  }