#section-one {
  padding: 140px 0 40px 0;
}
#section-one .content-wrapper {
  text-align: center;
  max-width: 1040px;
  margin: 0 auto;
}
#section-one h1 {
  font-size: 48px;
  line-height: 110%;
  color: #FFFFFF;
  margin: 0 0 30px 0;
}
#section-one p {
  font-size: 21px;
  font-weight: 400;
  line-height: 140%;
  color: #94969D;
  margin: 0 0 20px 0;
}
#section-one p:last-of-type {
  margin: 0;
}

#section-two {
  padding: 80px 0;
}
#section-two h2 {
  font-size: 48px;
  line-height: 110%;
  color: #FFFFFF;
  margin: 0 0 30px 0;
}
#section-two p {
  font-size: 21px;
  font-weight: 400;
  line-height: 140%;
  color: #94969D;
  margin: 0 0 20px 0;
}
#section-two ul {
  padding: 0;
  margin: 0;
}
#section-two ul li {
  position: relative;
  font-size: 21px;
  font-weight: 400;
  line-height: 140%;
  list-style: none;
  color: #94969D;
  margin: 0;
  padding: 0 0 0 20px;
}
#section-two ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background-color: #47B0F2;
  border-radius: 50%;
}
#section-two .image-wrapper {
  display: flex;
  align-content: center;
  justify-content: center;
}
#section-two .image-wrapper img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#section-three {
  padding: 80px 0;
}
#section-three h2 {
  font-size: 48px;
  line-height: 110%;
  color: #FFFFFF;
  margin: 0 0 30px 0;
}
#section-three p {
  font-size: 21px;
  font-weight: 400;
  line-height: 140%;
  color: #94969D;
  margin: 0 0 20px 0;
}
#section-three img {
  max-width: 815px;
  width: 100%;
  height: auto;
  margin: 0 0 0 auto;
}
#section-three ul {
  padding: 0;
  margin: 0;
}
#section-three ul li {
  position: relative;
  font-size: 21px;
  font-weight: 400;
  line-height: 140%;
  list-style: none;
  color: #94969D;
  margin: 0;
  padding: 0 0 0 20px;
}
#section-three ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background-color: #47B0F2;
  border-radius: 50%;
}

#section-four {
  padding: 40px 0 80px 0;
}
#section-four h2 {
  text-align: center;
  font-size: 48px;
  line-height: 110%;
  color: #FFFFFF;
  margin: 0 0 30px 0;
}
#section-four p {
  font-size: 21px;
  font-weight: 400;
  line-height: 140%;
  color: #94969D;
  margin: 0 0 20px 0;
}
#section-four p:last-of-type {
  margin: 0;
}
#section-four ul {
  padding: 0;
  margin: 0 0 20px 0;
}
#section-four ul li {
  position: relative;
  font-size: 21px;
  font-weight: 400;
  line-height: 140%;
  list-style: none;
  color: #94969D;
  margin: 0;
  padding: 0 0 0 20px;
}
#section-four ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background-color: #47B0F2;
  border-radius: 50%;
}
#section-four p.first-col {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 30px;
}
#section-four .content-box {
  text-align: center;
  background-color: #14161B;
  padding: 40px 20px;
  border-radius: 10px;
}
#section-four .content-box h3 {
  font-size: 20px;
  font-weight: 600;
  color: #D6D7DB;
  margin: 0 0 20px 0;
}
#section-four .content-box p {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  color: #94969D;
  margin: 0;
}

#section-five {
  padding: 80px 0;
}
#section-five .box-wrapper {

}
#section-five .box-holder {
  height: 100%;
  background-color: #17181C;
  padding: 20px;
  margin: 0 0 20px 0;
  border: 1px solid rgba(236, 237, 242, 0.17);
  border-radius: 6px;
}
#section-five .box-holder:last-of-type {
  margin: 0;
}
#section-five .box-holder h3 {
  position: relative;
  font-size: 21px;
  font-weight: 600;
  line-height: 120%;
  color: #ECEFF2;
  margin: 0 0 16px 0;
  padding: 0 0 0 20px;
}
#section-five .box-holder h3:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  background-color: #47B0F2;
  border-radius: 50%;
}
#section-five .box-holder p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #94969D;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  #section-one h1 {
    font-size: 30px;
  }
  #section-one p {
    font-size: 16px;
  }

  #section-two {
    text-align: center;
    padding: 40px 0;
  }
  #section-two h2 {
    font-size: 30px;
  }
  #section-two p {
    font-size: 16px;
  }
  #section-two p:last-of-type {
    margin: 0;
  }
  #section-two .image-wrapper {
    display: none;
  }

  #section-three {
    text-align: center;
    padding: 40px 0;
  }
  #section-three h2 {
    font-size: 30px;
  }
  #section-three p {
    font-size: 16px;
  }
  #section-three img {
    margin: 0 0 40px auto;
  }
  #section-three ul li {
    font-size: 16px;
    margin: 0 0 20px 0;
  }
  #section-three ul li:last-of-type {
    margin: 0;
  }
  #section-three ul li:before {
    display: none;
  }

  #section-four {
    padding: 40px 0 80px 0;
  }
  #section-four h2 {
    font-size: 30px;
    text-align: center;
  }
  #section-four p.first-col {
    text-align: center;
    font-size: 16px;
    padding: 0;
    margin: 0 0 40px 0;
  }
  #section-four .content-box {
    margin: 0 0 20px 0;
  }
  #section-four .content-box p {
    font-size: 16px;
  }
  #section-four .col-md-3:last-of-type .content-box {
    margin: 0;
  }
}
