p.title.company-hero {
  font-family: "Roboto Slab", serif;
}

p.subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: rgba(255,255,255,.7);
}

.has-image {
  background-image: url("../../images/truckhero.jpg");
  background-size: cover;
  background-position: center;
}

.hero.is-brand.is-light {
  background: rgb(220,234,208);
  color: rgba(0,0,0,0.7);
}

.hero.is-brand.is-light h1 {
  color: rgba(0,0,0,0.7);
}

.hero.is-brand.is-light hr {
  background-color: rgba(0,0,0,.25);
}

.is-bordered-bottom {
  border-bottom: 2px solid rgba(0,0,0,0.25);
}

figure.image img.rating-image {
  width: 128px;
}
