/* global variables for the entire app */
/* never define selectors here or they will be included multiple times */
.section-page-container .hero-container {
  background-color: #286851;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-page-container .section-container {
  display: inherit;
  margin-top: 0;
}

.section-page-container .section-content .list-content {
  line-height: 1.8;
}

@media (max-width: 991px) {
  .section-page-container .section-content {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .section-page-container .hero-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
