.top {
  margin-top: 2%;
}

.top img {
  position: relative;
  z-index: 1;
  width: 100%;
}

.top h1 {
  position: relative;
  z-index: 1;
  font-size: 3.5vw;
  margin-left: 78%;
  margin-top: -16%;
  font-family: AvenirNextHeavy;
}

/* FIRST CHILD */

.first-child {
  background-color: #6fbdd1;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 1%;
}

.first-child h1 {
  padding-top: 14%;
  margin-bottom: 2%;
  font-size: 3rem;
  font-family: AvenirNextHeavy;
}

.first-child p {
  margin-left: 1%;
  margin-top: 0.5%;
  margin-bottom: 2%;
}

/* SECOND CHILD */

.second-child {
  background-color: #f27853;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 1%;
}

.second-child h1 {
  padding-top: 2%;
  margin-bottom: 2%;
  font-size: 3rem;
  font-family: AvenirNextHeavy;
}

.second-child p {
  margin-left: 1%;
  margin-top: 0.5%;
  margin-bottom: 2%;
}

/* QUOTE */

.quote {
  margin-top: 2%;
  margin-bottom: 2%;
  font-size: 1.5rem;
  font-family: AvenirNextHeavy;
  text-align: center;
}
