.product-hero-text button {
  margin-top: 1rem;
}

.product-hero {
  padding-bottom: 3rem;
}

.banner-section {
  padding: 0;
}

.gif-section {
  padding-bottom: 0;
}

.differences-section {
  padding-top: 0;
}

.differences-section h2 {
  margin-top: 1rem;
  line-height: 2.5rem;
}

.testemonials {
  min-height: 105vh;
}

.mockup-box {
  max-width: 100%;
}

@media only screen and (min-width: 995px) {
  section {
    padding-top: 4rem;
    padding-bottom: 4rem !important;
  }
  .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-nav {
    display: none;
  }
  .product-hero {
    height: 40rem;
  }
  .product-hero .row {
    margin-top: 5rem;
  }
  .product-hero .row .col-7 {
    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;
    height: 25rem;
  }
  .testemonials {
    min-height: 80vh;
  }
  .banner-web {
    display: block;
  }
  .banner-mobile {
    display: none;
  }
  .gif-section .row {
    padding-top: 3rem;
  }
  .product-hero-text {
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
  }
  .product-hero-text h3 {
    font-size: 3rem;
    line-height: 3.4rem;
  }
  .product-hero-text p {
    font-size: 1.3rem;
  }
  .product-hero-text .btn {
    margin-top: 1.5rem;
  }
  .product-hero img {
    width: 25rem;
  }
  .howto {
    text-align: left;
  }
  .howto .col-9 {
    text-align: left;
  }
  .howto .col-9 p {
    font-size: 1.3rem;
  }
  .howto .col-9 h3 {
    padding-top: 1.2rem;
  }
  .card {
    max-width: 80%;
  }
  .differences-section {
    padding-bottom: 1rem;
  }
  .product-section img {
    max-width: 40%;
  }
  footer {
    text-align: left;
  }
  footer img {
    margin-left: 4rem;
  }
  .faq {
    padding-bottom: 6rem !important;
  }
}
/*# sourceMappingURL=specific.css.map */