section#m5 {
  width: 100%;
  overflow: hidden;
}
section#m5 > div {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #c5f5f8;
  padding: 15px;
  border-radius: 15px;
}
section#m5 > div > h1 {
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  color: #252263;
  font-weight: bold;
  text-align: center;
}
section#m5 > div > div {
  max-width: 1120px;
  width: 90%;
  margin: 25px auto;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}
section#m5 > div > div > nav {
  max-width: 300px;
  width: 100%;
  overflow: hidden;
}
section#m5 > div > div > nav a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  text-decoration: none;
  gap: 10px;
}
section#m5 > div > div > nav a div {
  width: 100%;
  height: 180px;
  border-radius: 15px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section#m5 > div > div > nav a h1 {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #253751;
  line-height: 1.3;
}
section#m5 > div > nav {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
section#m5 > div > nav a {
  height: 45px;
  width: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: linear-gradient(105deg, #01bac6 0%, #02a0ac 100%);
}/*# sourceMappingURL=style.css.map */