section#m3 {
  width: 100%;
}
section#m3 > div {
  margin: 0px auto;
  padding: 25px;
  max-width: 1120px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  border: 1px solid #c5f5f8;
  border-radius: 15px;
  gap: 25px;
}
section#m3 > div h1 {
  width: 100%;
  height: 35px;
  line-height: 35px;
  color: #253751;
  font-size: 22px;
  font-weight: bold;
}
section#m3 > div h2 {
  width: 100%;
  color: rgb(0, 0, 0);
  font-size: 16px;
}
section#m3 > div a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(105deg, #01bac6 0%, #02a0ac 100%);
  border-radius: 10px;
  color: white;
  font-size: 14px;
  text-decoration: none;
  width: 100px;
  height: 50px;
}/*# sourceMappingURL=style.css.map */