body {
  font-family: Pretendard, Georgia, serif;
}

* {
  margin: 0;
  padding: 0;
}

/* Container */
.container {
  margin: 0 auto;
  padding: 0 1.25rem;
  max-width: 1270px;
}

section {
  color: #1f2937;

  letter-spacing: -0.01em;
}

header {
  font-size: 1.25rem;
  margin-bottom: 3rem;
  font-weight: 600;
  line-height: 2rem;
}

article {
  font-size: 1.125rem;
  font-weight: 400;
}

article p {
  margin-bottom: 2rem;
  line-height: 1.75rem;
}

article p span {
  color: #d20500;
  font-weight: 600;
}

article .text_bold {
  font-weight: 600;
}

article .text_center {
  color: #d57300;
  text-align: center;
  font-weight: 600;
}

article img {
  display: block; margin: 0px auto;"
  border: 0;
}

article div {
  margin-bottom: 2rem;
}


@media (max-width: 768px) {
  header,
  article p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  header {
    margin-bottom: 1.5rem;
  }
  article p {
    margin-bottom: 2.5rem;
  }
  article img {
    max-width: 100%;
  }
}
