.smaller-width {
  width: 70vw;
}
@media (max-width: 750px) {
  .smaller-width {
    width: 90%;
  }
}

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