@media only screen and (max-width: 991px) {

  h1 {
    font-size: 34px;
    line-height: 44px;
  }

  h2 {
    font-size: 26px;
    line-height: 36px;
  }

  h3 {
    font-size: 22px;
    line-height: 32px;
  }

  /* h4 {
      font-size: 18px;
      line-height: 28px;
    } */

  section.hero-section .container {
    padding: 50px 15px;
  }

  .team .container {
    margin-top: 50px;
  }

  section.team .container,
  .features-wrapper .container {
    padding: 50px 15px;
  }

  .feature-item.accordion-item {
    border: 1px solid #dedede;
    background-color: var(--white);
    max-width: 100%;
  }

  section.team .row {
    justify-content: center;
  }

  .product-image img {
    height: 300px;
  }

  .features-wrapper img {
    height: 300px;
  }

  .py-100 {
    padding: 50px 0;
  }

  .pb-50 {
    padding-bottom: 30px;
  }

  .feature-tabs .nav-link {
    font-size: 14px;
    line-height: 24px;
  }

  .testimonial-card {
    padding: 25px;
    height: 530px;
  }

  .feature-item .accordion-body {
    padding: 0 20px 20px 20px;
  }

  nav.navbar .navbar-collapse {
    background: #f4ffe5;
    border-radius: 12px;
    padding: 15px 5px;
  }

  .siteLogo {
    width: 140px;
  }

  .feature-description {
    padding: 30px 10px 0 10px;
  }

  .support-card {
    max-width: 250px;
    margin: 0 auto;
  }

  section.contact-section {
    margin: 50px 0;
  }

  .form-container {
    padding: 25px;
  }

  .card_wrapper {
    padding: 25px;
  }
}