  .bloco-titulo-numeros {
      margin-bottom: 40px;
  }

  .titulo-principal-numeros {
      font-weight: 400;
      font-size: 36px;
      margin: 0;
      color: #0C1A25;
  }

  .titulo-secundario-numeros {
      font-size: 32px;
      margin: 0;
      color: #009ee2;
      font-weight: bold;
  }

  .descricao-numeros {
      margin-top: 15px;
      font-size: 18px;
      color: #012840;
      font-weight: 600;
  }

  .container-estatisticas {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 100%;
      padding: 0px 15px;

  }

  .card-estatistica {
      width: 200px;
      transform: translateY(50px);
      opacity: 0;
      transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  }

  .valor-estatistica {
      font-size: 62px;
      font-weight: 600;
      color: #009ee2;
      margin: 0;
  }

  .descricao-estatistica {
      font-size: 16px;
      margin-top: 10px;
      color: #012840;
  }

  @media (max-width: 480px) {
      #secao-numeros-excelencia {
          padding: 20px !important;
      }

      .bloco-titulo-numeros {
          margin-bottom: 0px;
      }

      .container-estatisticas {
          padding: 0px;
      }


      .titulo-principal-numeros {
          font-size: 26px;
          font-weight: 300;
          text-align: start;
      }

      .descricao-numeros {
          font-size: 16px;
          font-weight: 400;
          text-align: start;
      }

      .valor-estatistica {
          font-size: 36px;
          text-align: start;
      }

      .descricao-estatistica {
          font-size: 16px;
          font-weight: 400;
          text-align: start;
          width: 100%;
      }
  }