h1 {
  margin-top: 10px;
  padding: 5px;
}
h1 hr {
  width: 80px;
  margin-top: 10px;
  border-top: 1px solid cornflowerblue;
}

p {
  font-weight: 500;
}

.history img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(90%);
}
.history .history-info, .history .mission, .history .vision {
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 2em;
  padding: 10px;
  width: 95%;
  margin: 0 auto;
}/*# sourceMappingURL=mg.css.map */