#section-one {
  margin: 200px 0 100px 0;
}
#section-one img {
  display: block;
  width: 100%;
  height: auto;
}
#section-one h1 {
  font-size: 62px;
  font-weight: 700;
  color: #353129;
  margin: 0 0 35px 0;
}
#section-one p {
  font-size: 20px;
  font-weight: 400;
  color: #544F46;
  margin: 0 0 60px 0;
}
#section-one .cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #DD6727;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  color: #F3F5EB;
  text-decoration: none;
  padding: 20px 60px;
  margin: 0 30px 0 0;
  border: 1px solid transparent;
  border-radius: 35px;
  cursor: pointer;
  transition: 0.2s linear all;
}
#section-one .cta:hover {
  background-color: transparent;
  color: #DD6727;
  border: 1px solid #DD6727;
}

#section-two {
  padding: 50px 0;
}
#section-two .box-content {
  text-align: center;
  background-color: #E9F0D4;
  height: 100%;
  padding: 30px;
  border-radius: 25px;
}
#section-two .box-content h2 {
  font-size: 42px;
  font-weight: 600;
  color: #353129;
  margin: 0 0 26px 0;
}
#section-two .box-content p {
  font-size: 20px;
  font-weight: 400;
  color: #544F46;
  margin: 0;
}


#section-three {
  text-align: center;
  padding: 50px 0 150px 0;
}
#section-three h2 {
  width: 100%;
  font-size: 62px;
  font-weight: 700;
  color: #353129;
  margin: 0 0 35px 0;
}
#section-three p {
  font-size: 20px;
  font-weight: 400;
  color: #544F46;
  margin: 0 0 26px 0;
}
#section-three p:last-of-type {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  #section-one {
    margin: 200px 0 50px 0;
  }
  #section-one img {
    max-width: 400px;
    margin: 0 0 26px 0;
  }
  #section-two .box-content {
    height: unset;
    margin: 0 0 26px 0;
  }
  #section-two .col-md-4:last-of-type .box-content {
    margin: 0;
  }
}
