@media all {
  .Pages__intro .stats {
    display: inline-flex;
    background-color: white;
  }
  .Pages__intro .stats .value {
    color: #100D4B;
  }
}
@media (min-width: 1025px) {
  .Pages__intro .stats {
    padding: 30px 10px;
    margin-top: 45px;
    border-radius: 33px;
  }
  .Pages__intro .stats .stat {
    padding: 0 30px;
  }
  .Pages__intro .stats .value {
    font-size: 23px;
    line-height: 1.4;
  }
}
@media (max-width: 1024px) {
  .Pages__intro .stats {
    padding: 15px 15px;
    flex-wrap: wrap;
    margin-top: 20px;
    border-radius: 26px;
  }
  .Pages__intro .stats .stat {
    width: 50%;
    padding: 10px 15px;
    box-sizing: border-box;
    white-space: nowrap;
  }
  .Pages__intro .stats .value {
    font-size: 16px;
    white-space: nowrap;
  }
}
