@media (max-width: 768px) {
  .isMobile {
    display: block;
  }

  .isDesktop {
    display: none;
  }

  .bg-img-cover {
    background: none !important;
  }

  .navbar-light {
    background-color: #f9fafb !important;
  }

  .bgw7 {
    background: rgb(255 255 255 / 90%) !important;
  }

  div.separador {
    height: 50px !important;
  }

  .btn-lg {
    font-size: 15px !important;
    width: calc(50% - 8px) !important;
  }

  h2.title {
    font-size: 30px !important;
  }

  .testimonial p {
    font-size: 15px !important;
    padding: 0 10px !important;
  }

  small {
    font-size: 15px !important;
    line-height: 20px !important;
  }

  .page-header-ui-title {
    font-size: 40px !important;
    line-height: 50px !important;
    letter-spacing: -1px !important;
    text-align: center !important;
  }

  .content-box-dashed-grey p {
    font-size: 14px !important;
    padding: 5px 0 !important;
  }

  .showcase-text h2 {
    font-size: 20px !important;
    text-align: center !important;
    line-height: 25px !important;
  }

  .showcase-text p {
    font-size: 14px !important;
    line-height: 23px !important;
  }

  .center-mobile {
    text-align: center !important;
  }
}

@media (min-width: 769px) {
  .isMobile {
    display: none;
  }

  .isDesktop {
    display: block;
  }
}
