.hero_section {
  padding: 7rem 25rem;
  background-image: url('../images/pexels-kaboompics-com-6224.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: left;
}

.feature_section {
  padding: 7rem 25rem;
  box-shadow: 3px 3px 20px 4px #000;
}

.about_section {
  padding: 7rem 25rem;
}

.contact_section {
  padding: 7rem 25rem;
  background-color: #ece6e6;
}

.footer_section {
  padding: 2rem 25rem;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #fff;
}

.body {
  background-color: #181515;
  font-family: Montserrat, sans-serif;
}

.image {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link {
  padding-top: 40px;
  padding-bottom: 30px;
}

.nav-link.w--current {
  background-color: #149900;
  -webkit-transition: background-color 450ms ease, color 450ms ease;
  transition: background-color 450ms ease, color 450ms ease;
  color: #fff;
}

.top_header {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #cecece;
}

.paragraph {
  margin-bottom: 0px;
  padding-top: 3rem;
  color: #ece6e6;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}

.div-block {
  padding: 2rem;
  background-color: #181515;
  box-shadow: 1px 1px 12px 0 #000;
}

.heading {
  color: #cecece;
}

.heading-2 {
  margin-top: 0px;
  color: #cecece;
}

.column {
  padding-right: 2rem;
  padding-left: 0px;
}

.columns {
  margin-top: 4rem;
}

.paragraph-2 {
  margin-bottom: 4rem;
  color: #cecece;
}

.link {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #149900;
  color: #fff;
  text-decoration: none;
}

.div-block-2 {
  height: 5px;
  margin-top: 4rem;
  border-radius: 10px;
  background-color: #cecece;
  color: #cecece;
}

.image-2 {
  width: 100%;
}

.paragraph-3 {
  margin-top: 2rem;
  color: #cecece;
}

.bold-text {
  color: #181515;
}

.paragraph-4 {
  margin-top: 2rem;
  font-size: 16px;
  line-height: 25px;
}

.link-2 {
  color: #149900;
  font-size: 25px;
  line-height: 35px;
  text-decoration: none;
}

.link-3 {
  color: #149900;
  font-size: 18px;
  text-decoration: none;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  color: #cecece;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  text-align: right;
}

@media screen and (max-width: 991px) {
  .hero_section {
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .feature_section {
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .about_section {
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .contact_section {
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .footer_section {
    padding-right: 5rem;
    padding-left: 5rem;
  }

  .column {
    padding-right: 0rem;
  }

  .image-2 {
    margin-top: 2rem;
  }

  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-4 {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .contact_section {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .hero_section {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .feature_section {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .about_section {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .contact_section {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .footer_section {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .top_header {
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph {
    font-size: 14px;
  }

  .heading {
    font-size: 24px;
    line-height: 25px;
  }

  .heading-2 {
    line-height: 25px;
  }

  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block {
    font-size: 12px;
  }

  .bold-text-2 {
    font-size: 20px;
    line-height: 25px;
  }

  .bold-text-3 {
    font-size: 24px;
    line-height: 20px;
  }
}