/* Responsive adjustments */

@media (max-width: 1199px) {
  .section_title {
    font-size: clamp(2.2rem, 6vw, 3rem);
  }

  .write-section .title {
    font-size: clamp(3rem, 10vw, 7rem);
    line-height: 1.05;
  }
}

@media (max-width: 991px) {
  .section_wrapper {
    padding: 60px 0;
  }

  .hero-content {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  #navbarNav .nav-item {
    margin-left: 0;
  }

  #navbarNav .nav-link {
    padding: 0.6rem 0;
  }
}

@media (max-width: 767px) {
  .section_wrapper {
    padding: 50px 0;
  }

  .hero-content {
    padding-top: 90px;
    padding-bottom: 90px;
    min-height: 320px;
  }

  .hero-section .subtitle {
    font-size: 1rem;
  }

  .section_title {
    font-size: clamp(2rem, 7vw, 2.6rem);
  }

  .signature_and_name {
    flex-direction: column;
    align-items: flex-start;
  }

  .signature_and_name img {
    margin-bottom: 10px;
  }

  .footer_bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 575px) {
  body {
    overflow-x: hidden;
  }

  .hero-section .title::before,
  .section_title::before {
    width: 50px;
  }

  .section_wrapper + .section_wrapper {
    padding-top: 50px;
  }

  .write-section {
    padding-top: 90px;
  }

  .write-section .title::before {
    bottom: -30px;
  }

  .footer_actions {
    flex-wrap: wrap;
  }

  .list-content li {
    word-break: break-word;
  }
}
