@media (max-width: 992px) {
  .child-organizational-structure {
    flex-direction: column;
    padding: 2.5rem 1.25rem;
    gap: 1.25rem;
  }
  .first-section,
  .second-section {
    width: 100%;
  }
  .first-section-full-name {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    text-align: unset;
  }
  .first-section-educational-mission {
    align-items: start;
    margin: 2.5rem 0 1.25rem;
  }
  .first-section-educational-mission svg {
    width: 1.16988rem;
    height: 1.62469rem;
  }
  .first-section-educational-mission-value {
    font-size: 0.8125rem;
    line-height: 1.0625rem;
  }
  .first-section-full-biographical-info {
    font-size: 0.8125rem;
    line-height: 1.0625rem;
  }
  .second-section {
    height: 20.3125rem;
    border-radius: 0.625rem;
  }
  .second-section-content {
    border-radius: 0.625rem;
  }
  .second-section-content-info {
    padding: 1.25rem 0.62rem;
  }
  .second-section-content-full-name {
    font-size: 1rem;
    letter-spacing: -0.03rem;
  }
  .second-section-content-position {
    font-size: 0.8125rem;
    line-height: 100%;
  }
  .second-section-content-name-field p {
    font-size: 0.78rem;
    line-height: 100%;
  }
}
