.monza-card-counter {
  border-radius: 0.5rem;
  flex-basis: 100%;
  margin-bottom: 1.5rem;
  padding: 1.5rem;

  @media(min-width: 1024px) {
    margin-bottom: 0;
  }
}

.monza-card-counter__heading {
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 0.5rem;
}

.monza-card-counter__sub-heading {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.monza-card-counter__text {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.monza-card-counter--primary {
  background: var(--color-primary-850);
  color: var(--color-white);

  .monza-card-counter__heading {
    font-weight: 400;
    margin-bottom: 1rem;
  }

  .monza-card-counter__sub-heading {
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
}

.monza-card-counter--center {
  text-align: center;
}
