.management_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

@media screen and (min-width: 1100px) {
  .management_container {
    flex-direction: row-reverse;
    gap: 70px;
    margin-bottom: 100px;
  }
}

.management_img {
  width: 349px;
  height: 306px;
}

@media screen and (min-width: 768px) {
  .management_img {
    width: 540px;
    height: 500px;
  }
}

.management_text_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.management_for {
  font-weight: 600;
  font-size: 16px;
}

.management_h2 {
  margin-block: 8px 16px;
  font-weight: 700;
  font-size: 32px;
}

@media screen and (min-width: 1100px) {
  .management_h2 {
    margin-block: 8px 25px;
  }
}

.management_p {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
}

.management_ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 16px;
  margin-bottom: 100px;
}

@media screen and (min-width: 1100px) {
  .management_ul {
    margin-bottom: 0px;
    gap: 25px;
  }
}

.management_li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 12px;
}

.management_h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 162%;
}
