main section h2 {
  font-size: 3rem;
  margin-block-start: 0;
  margin-block-end: 0;
}
main .hero {
  background-color: #85CAC8;
}
main .hero__wrap {
  width: 1200px;
  padding: 5px 0 0;
  position: relative;
}
main .hero__box {
  width: 800px;
}
main .hero__title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: end;
}
main .hero h1 {
  font-family: "Edu SA Hand", cursive;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  border-bottom: none;
  color: #444;
}
main .hero__able {
  padding: 0 0 10px 15px;
}
main .hero p {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
main .hero__text {
  padding: 20px 0 30px;
}
main .contents__wrap {
  width: 1200px;
  padding: 5px 0 0;
}/*# sourceMappingURL=service.css.map */