body {
  overflow-x: hidden;
}

/* FIRST CHILD */

.first-div {
  display: flex;
  flex-direction: row;
  margin-top: 2%;
  background-color: #f27953;
}

.first-div-left {
  margin-left: 2%;
  padding-right: 1.5%;
  margin-top: 2.5%;
  padding-bottom: 2%;
}

.first-title {
  font-size: 3.3rem;
  letter-spacing: 3px;
  font-family: AvenirNextHeavy;
  text-transform: uppercase;
}

.first-p {
  margin-top: 3%;
  font-size: 22px;
}

.first-div-right img {
  height: 100%;
  width: auto;
}

/* SECOND CHILD */

.second-div {
  display: flex;
  flex-direction: row;
}

/* THREE CHILD */

.three-div {
  display: flex;
  flex-direction: row;
  background-color: #6fbdd1;
}

/* FOUR CHILD */

.four-div {
  margin-bottom: 2%;
}
