@media screen and (max-width: 900px) {
  body {
    font-size: 2vw;
  }
  .page {
    width: 100%;
    min-width: 0;
  }
  .products-points {
    flex-direction: column;
    width: 100%;
  }
  .products-points .products {
    order: 2;
    width: 110%;
  }
  .products-points .points {
    order: 1;
    width: 100%;
    transform: scale(1.5);
    margin: 5em auto 0;
  }
}
@media screen and (max-width: 600px) {
  .last-message {
    flex-direction: column;
    width: 100%;
  }
  .last-message img {
    width: 80%;
  }
  .last-message p {
    text-align: left;
    width: 80%;
  }
}/*# sourceMappingURL=sp.css.map */