* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  height: 100%;
  scroll-behavior: smooth;
  position: relative;
  width: 100vw;
  overflow-x: hidden;
}

body {
  position: relative;
  width: 100vw;
  overflow-x: hidden;
  margin: 0;
  min-height: 100%;
  background-color: rgb(253, 253, 247);
  font-family: sans-serif;
  display: flex;
  justify-content: center;
}

h1,
h2,
h3,
h4,
p,
span,
li {
  font-family: sans-serif;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: black;
}

h1 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

h2 {
  font-size: 1.6rem;
  margin: 2rem 0vw;
}

h3 {
  font-size: 1rem;
  margin: 2rem 0vw;
}

h4 {
  font-size: 1rem;
}

p {
  font-size: 1rem;
  opacity: 0.7;
  margin: 2rem 0vw;
}

span {
  font-weight: 550;
}

ul {
  display: flex;
  flex-direction: column;
}

ul h4 {
  font-size: 1.8rem;
  margin: 1rem 0vw;
}

li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
  padding: 2rem 0vw;
  padding-bottom: 0.5rem;
}

li span {
  font-size: 1rem;
}

img {
  width: 100%;
  margin: 4rem 0vw;
  border-radius: 0.6rem;
}

.body-con {
  padding: 6rem 8vw;
  width: 60rem;
}
