@media (min-width: 1200px) {
  #section-home .home__txt p {
    width: 75%;
  }
}
@media (min-width: 769px) {
  .mobile-only {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  #section-home {
    height: auto;
  }
  #section-home .home__txt {
    height: auto;
    padding-top: 5vh;
  }
  #section-home .home__img img {
    width: 80%;
  }
  #section-home h1 {
    font-size: 48px;
  }

  .navbar-brand {
    margin-right: 5px !important;
  }

  .navbar .navbar-nav .nav-link {
    font-size: 14px;
  }
  .navbar .auth-btn .btn {
    padding: 5px 20px;
  }
}
@media (max-width: 768px) {
  #register-page .form-column {
    padding: 60px 30px;
  }

  .mobile-only {
    display: block !important;
  }

  .desktop-only {
    display: none !important;
  }

  h2 {
    font-size: 1.5rem;
  }

  .navbar.navbar-transparent {
    padding: 15px;
  }

  section {
    padding: 60px 0 30px 0;
  }

  #section-home {
    height: unset;
    min-height: 100vh;
    padding-top: 60px;
  }
  #section-home .featured-img {
    width: 75%;
    margin: auto;
  }
  #section-home h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 14px;
  }
  #section-home p {
    text-align: center;
  }
  #section-home .btn-main {
    margin: auto;
    display: flex;
    width: fit-content;
  }

  #section-about {
    padding-top: 60px;
  }

  .section-topic {
    padding-top: 60px;
  }
  .section-topic .owl-carousel .owl-nav {
    position: absolute;
    top: -36px;
    right: 0;
  }
  .section-topic .owl-carousel .owl-nav button {
    height: 30px;
    width: 30px;
    padding: 5px !important;
  }
  .section-topic .owl-carousel .owl-nav button span {
    font-size: 2rem;
  }
  .section-topic .card {
    margin-bottom: 15px;
  }

  .section-cta .card {
    margin-bottom: 15px;
  }
  .section-cta .card .card-body {
    z-index: 1;
  }

  .section-expert .owl-carousel .owl-nav button {
    height: 30px;
    width: 30px;
    padding: 5px !important;
  }
  .section-expert .owl-carousel .owl-nav button span {
    font-size: 2rem;
  }

  .section-why-choose h2 {
    margin-bottom: 0 !important;
  }
  .section-why-choose .img-why-choose {
    position: relative;
    margin: auto;
    display: flex;
  }
  .section-why-choose .sm-wrapper .component {
    padding: 1px;
  }
  .section-why-choose .sm-wrapper .component img {
    width: 20px;
  }

  .section-advantages .advantages-img {
    margin: auto;
    display: flex;
    margin-bottom: 30px;
  }
  .section-advantages .sm-wrapper {
    display: block !important;
  }
  .section-advantages .sm-wrapper span {
    margin-left: 0 !important;
    float: left;
  }
  .section-advantages .sm-wrapper span.download {
    display: block;
    width: 100%;
  }
  .section-advantages .sm-wrapper .circle-sm-focus {
    float: left;
  }

  .section-secure .secure-img {
    position: relative;
    margin: auto;
    display: flex;
    margin-top: 30px;
  }

  .section-step {
    padding: 15px;
  }
  .section-step .card {
    margin-bottom: 15px;
  }
  .section-step .btn {
    margin-top: 15px !important;
    margin-bottom: 30px;
  }

  .section-download .phone-wrapper img {
    width: 100%;
  }

  .section-footer {
    padding: 30px 0;
  }
}

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