@charset "UTF-8";


.featurette {
  color: black;
  text-align: center;
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .featurette {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .featurette {
    margin-bottom: 80px;
  }
}

.featurette p {
  text-align: justify;
  text-indent: 8px;
  font-size: 120%;
}

.featurette-header {
  margin-top: 25px;
  margin-bottom: 15px;
}

.featurette-header h1, .featurette-header h2, .featurette-header h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
}
.featurette-header h3 {
  color: #777;
}

.featurette-text {
  margin-top: 15px;
  margin-bottom: 20px;
}

.featurette-textblock {
  padding-left: 20px;
  padding-right: 20px;
}

.featurette-image .img-responsive {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*# sourceMappingURL=global.css.map */