/* various useful variables and mixins */
/* import file for a variety of colors */
@media (max-width: 1200px) {
  .desktop-only {
    display: none;
  }
  .use-cases h3 {
    text-align: center;
  }
}
@media (max-width: 1200px) and (max-width: 690px) {
  .use-cases h3 {
    font-size: 1.2rem;
  }
}
img {
  max-width: 100%;
}

.margin-top {
  margin-top: 4rem;
}

.margin-top-large {
  margin-top: 8rem;
}

h1 {
  font-weight: normal;
  margin-top: 4rem;
  margin-bottom: 0;
  color: #d78b21;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 690px) {
  h1 {
    font-size: 1.2rem;
    margin-top: 2rem;
  }
}

/*# sourceMappingURL=media_monitoring_system.css.map */