@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700&display=swap");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

img {
  width: 100%;
  height: auto; }

.jumbotron {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5rem 0; }

.intro {
  margin: 10rem 0; }

.features {
  margin-top: 4rem; }

.solution {
  margin-top: 10rem; }

.how {
  margin-top: 10rem;
  margin-bottom: 4rem; }

.step {
  margin: 5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.step img {
  height: 30rem;
  width: auto; }

.faq {
  margin: 10rem 0; }

.partners {
  margin: 10rem 0; }

.userbase {
  margin: 10rem 0; }

.contact {
  height: 60wh; }

textarea {
  resize: none; }

footer {
  margin-top: 5rem; }

.partner_logo {
  height: 7.4rem; }
  .partner_logo img {
    width: auto;
    height: 100%; }
/*# sourceMappingURL=master.css.map */