
.sobre{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}

.sobre figure{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
}


.sobre figure img{
  width: 40em;
}

.sobre h2{
  text-align: center;
}

.sobre p{
  width: 70%;
  font-size: 1.2em;
  text-align: center;
}