@charset "utf-8";
/* CSS Document */
/* -------------------------------- */
body {
  background: url("../images/background-sm-lg.jpg");
  background-position: top center;
  background-size: cover;
}
.where-to-buy h3 {
  color: rgba(255, 0, 0, 1);
  text-transform: uppercase;
  text-align: center;
}
.where-to-buy a img {
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  footer {
    margin-top: 1rem;
  }
}
