@media only screen and (max-width: 650px) {
  body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100vw;
  }
  body nav ul {
    font-size: 1rem;
    width: 90%;
  }
  body main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100vw;
  }
  body main section {
    width: 100vw;
    max-width: 100vw;
    border-radius: 0;
  }
  body main section .jumbotron h1 {
    font-size: 3.5rem;
  }
  body main section .box {
    border-radius: 0;
    max-width: 100vw;
  }
  body main section .box .box_content {
    max-width: 100vw;
  }
  body main section .box .box_content p {
    min-width: 20rem;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
/*# sourceMappingURL=respons.css.map */