/*body {
  padding-top: 60px;
}*/
.text-main-green {
  color: #008a3e;
}

.bg-gray {
  background-color: #f2f2f2;
}

.bg-light-green {
  background-color: #cce8d9;
}

h2,
h3 {
  color: #008a3e;
}

.hero {
  width: 100%;
  height: calc(100vh - 60px);
  background-image: url("../img/hero-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-privacy {
  width: 100%;
  height: calc(100vh - 60px);
  background-image: url("../img/privacy-hero.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-blog {
  width: 100%;
  height: calc(100vh - 60px);
  background-image: url("../img/blog-hero.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-2 {
  width: 100%;
  height: calc(100vh - 60px);
  background-image: url("../img/hero-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.map {
  width: 100%;
  height: calc(100vh - 60px);
}

.text-justify {
  text-align: justify;
}

.list-circle {
  list-style: circle;
}

.line-height-medium {
  line-height: 2;
}

.post-card a {
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */