footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  margin-top: 40px;
  padding: 30px 20px;
  

  color: white;
  background-color: #003319;

  .div1Footer {
    display: flex;
    padding: 0 20px;
    border-bottom: 1px solid #98C99C;
    background-color: #003319;

    .folha {
      height: 120px;
    }
  }

  div {
    background-color: #003319;
    margin-bottom: 20px;

    img {
      height: 70px;
    }

    h2 {
      display: flex;
      align-items: center;
      margin: 20px 0;
      color: #98C99C;
      
      .bi {
        display: flex;
      justify-content: center;
      align-items: center;
        height: 30px;
        width: 30px;
        font-size: 20px;
        margin-right: 10px;
        border-radius: 40%;
        color: #98C99C;
        background-color: #00401f;
      }
    }

    p {
      max-width: 450px;
      margin: 10px;
    }
  }
}

.tecnologias {
  
  border-bottom: 1px solid #98C99C;
  padding-bottom: 10px;
  width: 50%;
}