.child-organizational-structure {
  max-width: 90rem;
  margin: 0 auto;
  padding: 4rem 5rem;
  display: flex;
  justify-content: space-between;
}
.first-section {
  width: calc(55% - 2rem);
}
.first-section-full-name {
  color: #0a2457;
  text-align: justify;
  font-size: 2.5rem;
  line-height: 3.4375rem;
  font-weight: 700;
  max-width: 26rem;
}
.first-section-educational-mission {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin: 4rem 0 2rem;
}
.first-section-educational-mission {
  display: flex;
}
.first-section-educational-mission svg {
  width: 4.5rem;
  height: 4.5rem;
}
.first-section-educational-mission svg path {
  fill: #0a245780;
}
.first-section-educational-mission-value {
  color: #010a44;
  text-align: justify;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.first-section-full-biographical-info {
  color: #010a44;
  text-align: justify;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.second-section {
  width: calc(45% - 2rem);
  height: 30.125rem;
  border-radius: 1.25rem;
  border: 0.25rem solid rgba(10, 36, 87, 0.1);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.07);
}
.second-section-content {
  background-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.8) 100%),
    url(https://uobs.uz/wp-content/uploads/2025/04/Recctor-of-university-background.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  border-radius: 1.25rem;
}
.second-section-content-logo {
  display: none;
}
.second-section-content-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 1.25rem;
}
.second-section-content-info p {
  color: #ffffff;
}
.second-section-content-full-name {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.second-section-content-position {
  font-size: 1rem;
  line-height: 1.7775rem;
  font-weight: 400;
  margin-top: 0.63rem;
}
.second-section-content-name-field {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  margin-top: 1.25rem;
}
.second-section-content-name-field p {
  font-size: 1rem;
  line-height: 1.7775rem;
  font-weight: 400;
}
