.statistics {
    position: relative;
    width: 100%;
    margin: 45px 0;
    padding: 90px 0;
    background: linear-gradient(rgba(247, 202, 201, .7), rgba(247, 202, 201, .7)), url(../img/discount-bg.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .statistics .container {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .statistics .stat {
    text-align: center;
    padding: 20px;
  }
  
  .statistics .stat p {
    font-size: 35px;
    color: #454545;
    font-weight: bold;
  }
  
  .statistics .stat span {
    display: block;
    font-size: 16px;
  }