section#blog {
  width: 100%;
}
section#blog > nav#m {
  width: 100%;
  background: linear-gradient(105deg, #01bac6 0%, #02a0ac 100%);
  padding: 50px 0px;
}
section#blog > nav#m > h1 {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}
section#blog > nav#m > p {
  max-width: 1120px;
  width: 90%;
  margin: 25px auto 0px auto;
  overflow: hidden;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
}
section#blog > div {
  max-width: 1120px;
  width: 90%;
  margin: 25px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #c5f5f8;
  padding: 15px;
  border-radius: 15px;
  gap: 15px;
}
section#blog > div > nav {
  max-width: 350px;
  width: 100%;
  height: 200px;
  border-radius: 15px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section#blog > div > nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 24px;
  font-weight: bolder;
  color: #fff;
  width: 100%;
  height: 100%;
  background: linear-gradient(105deg, rgba(1, 185, 198, 0.2862745098) 0%, rgba(2, 161, 172, 0.3098039216) 100%);
}/*# sourceMappingURL=style.css.map */