.exampleInformation {
  margin: auto;
  text-align: center;
  background-color: black;
  padding: 20%;
  padding-bottom: 5%;
}

.exampleInformation h3 {
  margin-bottom: 30px;
  font-size: 60px;
  color: burlywood;
}

.exampleInformation p {
  font-size: 40px;
  color: aliceblue;
}

/* Now we describe beforeAfter  */

.resultsExamples {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: black;
  color: azure;
  padding-bottom: 20%;
  gap: 40px;
}

.resultsExamples .tile {
  position: relative;
  width: 600px;
  max-height: 400px;
  border-radius: 20px;
  text-align: center;
  margin-top: 10%;
  margin-bottom: 10%;
}

.resultsExamples .tile h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 30px;
  color: brown;
}

.resultsExamples .tile p {
  width: 80%;
  margin: auto;
  font-size: large;
}