section#blogs {
  width: 100%;
}
section#blogs > nav#m {
  width: 100%;
  background: linear-gradient(105deg, #01bac6 0%, #02a0ac 100%);
  height: 50px;
  overflow: hidden;
}
section#blogs > nav#m > h1 {
  max-width: 1120px;
  width: 90%;
  height: 50px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
}
section#blogs > nav#m > h1 a {
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
}
section#blogs > div {
  max-width: 1120px;
  width: 90%;
  margin: 25px auto;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #c5f5f8;
  padding: 15px;
  border-radius: 15px;
  gap: 15px;
}
section#blogs > div > nav {
  max-width: 536px;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f1f8f9;
}
section#blogs > div > nav a {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  text-decoration: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section#blogs > div > nav a div {
  height: 300px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 25px;
  overflow: hidden;
}
section#blogs > div > nav a h1 {
  width: 100%;
  height: 50px;
  line-height: 25px;
  font-size: 18px;
  font-weight: 700;
  color: #252263;
  padding: 0px 10px;
  overflow: hidden;
}
section#blogs > div > nav a p {
  width: 100%;
  height: 50px;
  line-height: 25px;
  font-size: 16px;
  color: #000;
  padding: 0px 10px;
  text-align: justify;
  margin: 10px 0px 25px 0px;
  overflow: hidden;
}/*# sourceMappingURL=style1.css.map */