@media (min-width: 320px) and (max-width: 991px) {
  .navbar {
    top: 0px;
    width: 100%;
  }
  .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
  }
  .navbar-brand img {
    margin-left: 10px;
  }
  .crd-btn {
    width: 300px;
  }
  .bg-pricing {
    width: 315px;
  }
  .pricing-container {
    padding-left: 15px;
  }
  .pricing-text {
    padding: 0px;
  }
  .price-card{
    height: 400px;
  }
  .services-carousel {
    padding: 0 40px 0 40px;
    width: 345px;
  }
  .main-card {
    height: auto;
  }
  .list-inline li {
    font-size: 14px;
  }
  .hours-text h1 {
    font-size: 20px;
  }
  .hours-text p {
    text-align: justify;
    font-size: 12px;
  }
  .section {
    width: 345px;
    padding: 0 40px 0 40px;
  }
  .services-page-carousel {
    width: 335px;
  }
  .bg-jumbotron {
    margin-top: 115px;
  }
  .contact-form h1 {
    font-size: 22px;
  }
  .about_title h1 {
    font-size: 22px;
  }
  .specialist_title h1 {
    font-size: 22px;
  }
}
