.hero {
  position: relative;
}
.hero img {
  width: 100%;
  max-width: auto;
  display: block;
}
.hero .hero-box {
  width: 100%;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  background-color: #333;
  color: #f0f0f0;
}
.hero .hero-box p {
  text-wrap: pretty;
}
.hero .hero-box p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .hero .hero-box {
    position: absolute;
    bottom: 3rem;
    right: 3rem;
    max-width: 400px;
    border-radius: 10px;
    font-size: 18px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.75);
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .hero .hero-box {
    bottom: 10%;
    right: 10%;
    max-width: 600px;
    font-size: 20px;
  }
}/*# sourceMappingURL=overrides.css.map */