.nav-stilo {
    display: flex;
    justify-content: space-evenly;
    background-color: #03a69e;
    padding: 1vw;
  }
  
  .section-stilo {
    color: white;
  }
  
  .h1-stilo {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    margin: 1vw;
  }
  
  .p-stilo {
    margin: 1vw;
  }
  
  .img-stilo {
    width: 15vw;
    height: 5vw;
    display: flex;
    align-self: center;
  }

  .img-docs-stilo {
    width: 9vw;
    height: 3vw;
    display: flex;
    align-self: center;
  }