.number {
  display: flex;
  flex-direction: column;
  height: 327px;
  background: rgba(0, 58, 209, 0.15);
  padding: 16px;
}
.number__title {
  font-size: 72px;
  font-weight: 800;
  line-height: 125%;
}
.number__text p {
  font-family: var(--font-fraunces);
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.18px;
}
@media all and (min-width: 750px){
  .number {
    padding: 48px;
  }
}

