.breadcrumbWrapper {
  background-color: #3FCEE5;
}

.section {
  flex-wrap: wrap;
}

.section h2 {
  font-size: 34px;
  font-weight: normal;
}

#sectionOne {
  background-color: #33CEE7;
}

#sectionOne > div {
  text-align: center;
}

#sectionOne h1 {
  margin: 50px 0;
  color: white;
}

#sectionOne img {
  display: block;
  max-width: 100%;
}

#sectionOne .cta {
  margin: 0 0 35px;
}


#sectionTwo {
  height: 650px;
  align-items: unset;
}

#sectionTwo > div:first-child {
  margin-top: 175px;
}

#sectionTwo > div:last-child {
  width: 425px;
  position: relative;
}

#sectionTwo img {
  position: absolute;
  left: -100px;
  top: -30px;
}

#sectionTwo h2 {
  max-width: 400px;
}
#sectionTwo p {
  max-width: 425px;
}


#sectionThree {
  background-color: #F1FCFF;
  padding: 0 50px 50px;
}

#sectionThree > div {
  width: 750px;
  margin-top: 150px;
  text-align: center;
}

#sectionThree h2 {
  margin-bottom: 35px;
}

#sectionThree img {
  display: block;
  margin: 50px auto;
}


#sectionFour {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 50px 100px;
  text-align: center;
}

#sectionFour p {
  max-width: 525px;
}

#sectionFour .gallery {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  max-width: 1024px;
  margin-top: 60px;
}

#sectionFour .gallery img {
  flex: 1;
  height: 430px;
  display: block;
  margin: 0 15px;
}

#sectionFour .gallery img:first-child {
  margin-left: 0;
}

#sectionFour .gallery img:last-child {
  margin-right: 0;
}


@media only screen and (max-width: 960px) {
  #sectionOne,
  #sectionTwo,
  #sectionThree,
  #sectionFour {
    padding: 40px 20px 0;
    height: unset;
  }

  #sectionOne > div:first-child,
  #sectionTwo > div:first-child,
  #sectionThree > div:first-child,
  #sectionFour > div:first-child {
    margin-top: 0;
  }

  #sectionTwo img {
    position: static;
    max-width: 100%;
  }

  #sectionThree > div:first-child {
    margin-top: 40px;
  }

  #sectionThree img {
    max-width: 100%;
  }

  #sectionFour .gallery {
    margin-top: 20px;
  }

  #sectionFour .gallery img {
    margin: 0;
    margin-bottom: 20px;
  }
}