section#m1 {
  width: 100%;
  overflow: hidden;
}
section#m1 > div {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #c5f5f8;
  padding: 15px;
  border-radius: 15px;
}
section#m1 > div > h1 {
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  color: #252263;
  font-weight: bold;
  text-align: center;
}
section#m1 > div > p {
  font-size: 18px;
  line-height: 1.3;
  color: #252263;
  text-align: center;
}
section#m1 > div > nav {
  margin: 25px auto;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}
section#m1 > div > nav > div {
  box-shadow: 0px 0px 5px #c3d7f3;
  width: 180px;
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
}
section#m1 > div > nav > div a {
  width: 100%;
  height: 100%;
  padding: 25px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 15px;
  text-decoration: none;
}
section#m1 > div > nav > div a img {
  height: 88px;
}
section#m1 > div > nav > div a p {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #253751;
  line-height: 18px;
  text-align: center;
}/*# sourceMappingURL=style.css.map */