@media (max-width: 767px) {
  body {
    font-size: 1rem !important;
  }
  h1 {
    font-size: 2em !important;
  }
  h2 {
    font-size: 1.6em !important;
  }
  h3 {
    font-size: 1.3em !important;
  }
  #logo-link {
    width: 4rem;
    height: 4rem;
  }
  #logo-link.logo-scrolled {
    width: 2.5rem;
    height: 2.5rem;
  }
  section[class*=pt-32] {
    padding-top: 3rem !important;
  }
  section[class*=pb-40] {
    padding-bottom: 3rem !important;
  }
  section[class*="h-[600px]"] {
    height: auto !important;
    min-height: 400px !important;
    padding: 30px 0px;
  }
  .space-y-40 > * + * {
    margin-top: 3rem !important;
  }
  .flex.flex-col.md\:flex-row {
    gap: 2rem !important;
  }
  .grid.grid-cols-2.gap-y-10.gap-x-6 {
    grid-template-columns: 1fr !important;
  }
  [class*="h-[400px]"] {
    height: 200px !important;
  }
  [class*=auto-rows] {
    grid-auto-rows: 170px !important;
  }
  .testimonial-slide p {
    font-size: 1.2rem !important;
    line-height: 1.5 !important;
  }
  nav.flex.flex-wrap.justify-center.gap-3 {
    gap: 0.4rem !important;
  }
  footer {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  footer .grid {
    gap: 2rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  h1 {
    font-size: 2.5em !important;
  }
  h2 {
    font-size: 2em !important;
  }
  section[class*=pt-32] {
    padding-top: 4rem !important;
  }
  section[class*=pb-40] {
    padding-bottom: 4rem !important;
  }
  .space-y-40 > * + * {
    margin-top: 5rem !important;
  }
  [class*=auto-rows] {
    grid-auto-rows: 130px !important;
  }
}

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