section#m6 {
  width: 100%;
}
section#m6 > 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: #ebf2fd;
  border-radius: 25px;
  gap: 25px;
}
section#m6 > div nav {
  max-width: 425px;
  width: 100%;
}
section#m6 > div h1 {
  width: 100%;
  line-height: 35px;
  color: #253751;
  font-size: 22px;
  font-weight: bold;
}
section#m6 > div input {
  width: calc(100% - 100px);
  height: 40px;
  border: none;
  outline: none;
  background-color: #ffffff;
  padding: 0px 5px;
}
section#m6 > div button {
  width: 100px;
  height: 40px;
  background: linear-gradient(105deg, #01bac6 0%, #02a0ac 100%);
  color: white;
  border: none;
  outline: none;
  border-radius: 10px;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */