
.jumbotron {
  background-color: #68b604;
  color: white;
}

.content .jumbotron h1 {
  color: white;
  border-bottom: 0;
}

@media screen and (min-width: 768px) {
  .components {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
  }

  .component {
    flex-basis: 48%;
  }
}

.component {
  min-height: 200px;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  margin-bottom: 1em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 1em;
  padding-right: 1em;
}

.component h4 {
  color: #018D74;
  font-size: 1.5em;
}

.component h4 a {
  color: #018D74;
}

.package {
  margin-top: -0.5em;
  padding-top: 0;
  font-size: 0.8em;
  color: #666666;
}
