@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: 70px 0;
  }
  .container {
    padding: 0 24px;
  }
  .hero-section .bg-video video {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .navbar-nav {
    padding: 0px;
    text-align: start;
    background-color: #fff;
    gap: 5px;
  }
  .navbar-nav li a {
    font-size: 0.8125rem;
    color: #202330 !important;
    font-weight: 600;
  }
  header .navbar .logo img {
    width: 100px;
  }
  .hero-section .hero-content {
    left: unset;
    transform: unset;
    top: unset;
    bottom: 40px;
  }
  .hero-section .hero-content p {
    font-size: 1rem;
    line-height: 24px;
  }
  .bottom-line {
    display: none;
  }
  .famalii-info h5 {
    font-size: 0.9375rem;
  }
  .famalii-info h2 {
    font-size: 30px;
  }
  .famalii-info p {
    font-size: 16px;
    line-height: 24px;
  }
  .famalii-info .info-box p {
    font-size: 18px;
    line-height: 25px;
  }
  .famalii-heartbeat .box {
    padding: 60px 15px;
  }
  .famalii-heartbeat .box h5 {
    font-size: 0.9375rem;
  }
  .famalii-heartbeat .box h2 {
    font-size: 1.875rem;
  }
  .famalii-heartbeat .box p {
    font-size: 16px;
    line-height: 25px;
  }
  .famalii-heartbeat .box h4 {
    font-size: 1.375rem;
  }
  .famalii-heartbeat .box ul li {
    font-size: 18px;
    line-height: 26px;
  }
  .process-mission .section-box h5 {
    font-size: 0.9375rem;
  }
  .process-mission .section-box h2 {
    font-size: 1.875rem;
  }
  .process-mission .section-box p {
    font-size: 1rem;
    line-height: 25px;
  }
  .join h2 {
    font-size: 1.875rem;
  }
  .join p {
    font-size: 1rem;
    line-height: 25px;
  }
  .join ul {
    flex-wrap: wrap;
    justify-content: start;
    gap: 20px;
  }
  .join ul li a {
    font-size: 16px;
    padding: 12px 30px;
  }
  header .navbar .navbar-nav li.lang-item a {
    justify-content: start;
  }
  .site-footer ul {
    gap: 16px;
    flex-direction: column;
  }
  .site-footer ul.links {
    flex-direction: row;
  }
  .famalii-heartbeat .modal .modal-content .modal-body p {
    font-size: 1rem;
    line-height: 24px;
  }
  header .navbar .navbar-nav li.lang-item-first::after {
    display: none;
  }
  .mobile-logo img {
    width: 100px;
  }
  .famalii-info .info-box img {
    width: 30px;
    margin-bottom: 15px;
  }
  .offcanvas {
    padding: 24px;
  }
  .offcanvas .offcanvas-body, .offcanvas .offcanvas-header {
    padding: 0;
  }
  .famalii-heartbeat .modal .modal-content .modal-body p.spam-text {
    margin-top: 5px;
    text-align: center;
  }
  .famalii-heartbeat .modal .modal-content .modal-body .wpcf7 .mail-input {
    flex-direction: column;
  }
  .famalii-heartbeat .modal .modal-content .modal-body .wpcf7 .mail-input .wpcf7-submit {
    width: 100%;
  }
  .famalii-heartbeat .modal .modal-content .modal-body .wpcf7 .mail-input .wpcf7-spinner {
    top: unset;
    bottom: 6px;
  }
}
@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;
  }
  .hero-section .hero-content {
    top: 120%;
  }
  .hero-section .hero-content p {
    font-size: 1.25rem;
    line-height: 30px;
  }
  .bottom-line {
    height: 350px;
  }
  header .navbar .navbar-nav li.lang-item a {
    justify-content: start;
  }
  header .navbar .navbar-nav li.lang-item-first::after {
    display: none;
  }
}/*# sourceMappingURL=responsive.css.map */