#content {
  margin-bottom: 0;
}

.breadcrumbWrapper {
  background-color: #F1FCFF;
}

.section {
  padding: 50px 0;
}

.section:last-of-type {
  background-color: #F1FCFF;
}

.section h2 {
  margin: 30px 0 10px;
}

.section small {
  margin: 0 0 25px;
}

.section p {
  margin: 0;
}

.section .half {
  flex: unset;
  width: 512px;
  margin: 15px;
}

.section .half.center {
  display: block;
  text-align: center;
}

.section .half.left {
  text-align: left;
}


#content #sectionOne {
  overflow: overlay;
  justify-content: center;
  text-align: center;
  max-width: 512px;
}

#content #sectionOne h2 {
  margin: 10px 0;
}

#content #sectionThree {
  width: 100%;
  justify-content: center;
  text-align: right;
  margin-bottom: 0;
  margin-top: 40px;
}

#content #sectionThree .half {
  padding: 40px;
}

#sectionOne img,
#sectionThree img {
  display: block;
  width: 100%;
  max-width: 512px;
  margin: auto;
}

#GuideSectionOne,
#GuideSectionTwo {
  padding: unset;
  width: unset;
  max-width: 980px;
}



@media (max-width: 960px) {
  .section {
    flex-wrap: wrap;
    margin: 0;
    width: unset;
  }

  .section .half {
    margin: 15px 20px;
    width: 100%;
    max-width: 512px;
  }

  #GuideSectionOne {
    margin: 0;
  }

  #content #sectionOne,
  #content #sectionThree {
    padding: 20px;
  }

  #content #sectionThree .half {
    padding-top: 0;
    padding-bottom: 0;
    padding: 0;
  }

  #sectionThree .half.left {
    order: 2;
  }

  #sectionThree .half.right img {
    width: 80%;
  }
}