@media (max-width: 767px) {
  h1 {
    font-size: 2rem;
    line-height: 1.2;
  }
  h2 {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
  h3 {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
  h4 {
    font-size: 1.25rem;
    line-height: 1.2;
  }
  h5 {
    font-size: 1rem;
    line-height: 1.2;
  }
  h6 {
    font-size: 0.75rem;
    line-height: 1.2;
  }
  section {
    padding: 50px 0;
  }
  .container {
    padding: 0 24px;
  }
  .offcanvas {
    background-color: #ffffff;
  }
  .navbar-nav {
    padding: 0px;
    text-align: start;
    background-color: #ffffff;
    gap: 5px;
  }
  .navbar-nav li a {
    font-size: 0.9375rem;
    color: #000000 !important;
    font-weight: 500;
  }
  header {
    padding: 15px 0;
  }
  .join-section .left-box .img-box img {
    margin-left: 0px;
  }
  .founder-section .right-box .img-box img {
    margin-left: 0px;
  }
  .join-section .right-box .content .newsletter .wpcf7-spinner {
    top: 17px;
    right: 15px;
  }
  .section-heading {
    font-size: 1.75rem;
    line-height: 30px;
  }
  .founder-section .left-box {
    min-height: auto;
    padding: 50px 0;
  }
  .join-section .right-box {
    min-height: auto;
    padding: 40px 0;
  }
  .founder-section .left-box .content span {
    left: -15px;
    top: -30px;
    font-size: 3rem;
  }
  .hero-section .content {
    text-align: center;
    margin-bottom: 150px;
  }
  .hero-section .content h1 {
    font-size: 1.75rem;
    line-height: 30px;
    font-weight: 600;
  }
  .hero-section .content p {
    font-size: 1.125rem;
    line-height: 22px;
  }
  .hero-section .content a {
    padding: 10px 20px;
  }
  .hero-section::after {
    height: 70%;
  }
  .info-section p,
  .founder-section .left-box .content p,
  .join-section .right-box .content p,
  .join-section .right-box .content ul li {
    font-size: 1rem;
    line-height: 24px;
  }
  .site-footer .links {
    justify-content: center;
  }
  .info-section p:last-child {
    margin-bottom: 0;
  }
  .stories-section .box {
    flex-direction: column;
    text-align: center;
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .navbar .navbar-nav {
    padding: 0px;
    text-align: start;
    background-color: #fff;
  }
  header .navbar .navbar-nav li a {
    font-size: 0.8125rem;
    color: #202330 !important;
    margin: 0;
  }
  .site-footer .logo a img {
    width: 100%;
  }
  .site-footer .quick-links ul {
    gap: 10px;
  }
  .site-footer .quick-links ul li a {
    font-size: 0.875rem;
  }
  .site-footer .copyright {
    font-size: 0.875rem;
  }
  .page-hero img {
    width: 50%;
  }
  .founder-section .left-box {
    min-height: 50dvh;
  }
  .join-section .left-box .img-box img {
    margin-left: 0px;
  }
  .founder-section .right-box .img-box img {
    margin-left: 0px;
  }
  .join-section .right-box {
    min-height: 50dvh;
  }
  .site-footer .links {
    justify-content: center;
  }
  .hero-section .content {
    text-align: center;
  }
  .hero-section .content a {
    padding: 10px 20px;
  }
}
@media (min-width: 1200px) {
  .container-wide {
    max-width: 1200px;
  }
}
@media (min-width: 1300px) {
  .container-wide {
    max-width: 1250px;
  }
}
@media (min-width: 1400px) {
  .container-wide {
    max-width: 1320px;
  }
}/*# sourceMappingURL=responsive.css.map */