@import url(reset.css);
@import url(normalize.css);

body{
  font-size: 16px;
  font-weight: 300;
}

.container{
  /* width: 800px;
  margin: 0 auto; */
  padding: 27px;
}

body {
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  word-break: keep-all;
}

li {
  list-style: none;
}

section{
  margin: 54px 0;
}
section.no1{
  margin: 0 0 54px 0;
}

ul{
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 27px;
}

h1{
  font-size: 41px;
  line-height: 66px;
  font-weight: bold;
}
h2{
  font-size: 27px;
  line-height: 54px;
    font-weight: bold;
}
h3{
  font-size: 18px;
  line-height: 20px;
    font-weight: bold;
}

.wrapper{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.no7 .wrapper h3, .no9 .wrapper h3, .no10 .wrapper h3{
  margin-bottom: 27px;
}