.section1{
  background: url(https://raw.githubusercontent.com/ZeDio/Visao-Educada/main/Imgs/meninaEscrevendo.avif);
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
  border-radius: 0px 0px 20vh 0px;
  margin-top: 90px;
}
.section3{
background: url(https://raw.githubusercontent.com/ZeDio/Visao-Educada/main/Imgs/criancas.avif);
background-position:center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 0px 15vh 0px 15vh;
}
.section5{
background: url(https://github.com/ZeDio/Visao-Educada/blob/main/Imgs/criancasConversando.jpg?raw=true);
background-position:center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 15vh 0px 15vh 0px;
}
.section7{
background: url(https://github.com/ZeDio/Visao-Educada/blob/main/Imgs/criancasComCelular.jpg?raw=true);
background-position:center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 15vh 0px 15vh 0px;
}

.section-text h1{
  text-align: center;
  font-size: 36px;
  margin-bottom: 10px;
}
.section-text div{
  max-width: 700px;
}
.section6 .button{
margin: 10px;
}