.news-title-section {
  background-color: #f7f7f7;
  padding: 80px 0;
}
.news-title-section .news-title-wrapper {
  width: 1260px;
  max-width: 100%;
  padding: 0 80px 0 80px;
  text-align: center;
  margin: auto;
}

.news-title-section .news-title-wrapper h3 {
  font-family: "Libre Baskerville", sans-serif;
  font-size: 18px;
  letter-spacing: 0.3em;
  line-height: 1.8em;
  margin: 0 0 10px;
}

.news-title-section .news-title-wrapper h2 {
  font-size: 28px;
  letter-spacing: 0.15em;
  line-height: 1.8em;
  margin: 0 0 20px;
  font-weight: 600;
}
.news-title-section .news-title-wrapper p {
  font-family: "Libre Baskerville", sans-serif;
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 1.8em;
}

.news-container {
  padding: 100px 80px;
  width: 880px;
  max-width: 100%;
  margin: auto;
}

.news-container .hero-image-wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto 60px;
}
.news-container .hero-image-wrapper img {
  object-fit: cover;
  border-radius: 20px;
}
.news-body p:nth-child(1) {
  padding: 20px 0;
  line-height: 1.8em;
  letter-spacing: 0.15em;
}
.news-container .table-of-contents {
  padding: 30px;
  background: #f7f7f7;
  border-radius: 10px;
  margin: 0 0 20px;
}
.news-container .table-of-contents a {
  line-height: 1.6em;
  letter-spacing: 0.16em;
}
.news-container .table-of-contents li {
  margin: 0 0 16px;
  font-size: 14px;
}

.news-container .table-of-contents li a.level-2 {
  margin-left: 30px;
}
.news-container .table-of-contents li a.level-3 {
  margin-left: 60px;
}

.news-container .news-body h1 {
  font-size: 28px;
  margin: 20px 0 20px 0;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8em;
}
.news-container .news-body h2 {
  font-size: 24px;
  margin: 20px 0 20px 0;
  letter-spacing: 0.1em;

  font-weight: 600;
}
.news-container .news-body h3 {
  font-size: 20px;
  margin: 20px 0 20px 0;
  letter-spacing: 0.1em;

  font-weight: 600;
}

.news-container .news-body > p {
  margin: 20px 0;
  letter-spacing: 0.15em;
  line-height: 1.8em;
}

.news-container .news-body .image-wrapper {
  width: 100%;
  height: auto;
  margin: 20px 0;
  overflow-x: auto;
}
.news-container .news-body .table-wrapper {
  margin: 20px 0;
  padding: 10px 0;
}
.news-container .news-body table {
  width: 100%;
  font-size: 14px;
  margin: 10px 0;
  border: 1px solid #f7f7f7;
}
.news-container .news-body table thead tr td {
  background-color: #f7f7f7;
}
.news-container .news-body table td {
  padding: 12px;
  border: 1px solid #f7f7f7;
  letter-spacing: 0.15em;
  line-height: 1.2em;
}
.news-container .news-body > ul {
  margin-left: 30px;
}
.news-container .news-body > ul li {
  list-style: disc;
  margin: 10px 0;
  line-height: 1.8em;
  letter-spacing: 0.15em;
}
.news-container .news-body > ol {
  margin-left: 35px;
}
.news-container .news-body > ol li {
  list-style-type: decimal;
  margin: 10px 0;
  line-height: 1.8em;
  letter-spacing: 0.15em;
}

.news-container .news-body blockquote {
  padding: 20px 15px;
  border-left: 3px solid rgb(220, 220, 220);
  font-style: italic;
  line-height: 1.8em;
  letter-spacing: 0.15em;
  margin: 20px 0;
}

.news-container .news-body a {
  text-decoration: underline;
}

.break {
  margin: 20px 0;
  height: 18px;
}
.view-all-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 360px;
  max-width: 100%;
  padding: 25px 40px;
  background-color: black;
  color: white;
  margin: 60px auto 0;
  border-radius: 100px;
  line-height: 1.6em;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 960px) {
  .news-title-section {
    padding: 60px 0;
  }
  .news-title-section .news-title-wrapper h3 {
    font-size: 14px;
  }
  .news-title-section .news-title-wrapper h2 {
    font-size: 26px;
    margin: 0 0 10px;
  }
  .news-title-section .news-title-wrapper p {
    font-size: 14px;
  }
  .news-container {
    padding: 60px 0;
    width: 86%;
  }
  .news-body p:nth-child(1) {
    font-size: 14px;
    margin: 0;
    padding: 20px 0;
  }
  .news-container .news-body h1 {
    font-size: 26px;
  }
  .news-container .news-body h2 {
    font-size: 20px;
  }
  .news-container .news-body h3 {
    font-size: 18px;
  }
  .news-container .news-body > p {
    font-size: 14px;
  }
  .news-container .news-body > ul li {
    font-size: 14px;
  }
  .news-container .news-body > ol li {
    font-size: 14px;
  }
  .news-container .news-body blockquote {
    font-size: 14px;
  }
}

@media screen and (max-width: 540px) {
  .news-title-section .news-title-wrapper {
    width: 86%;
    padding: 0;
  }
  .news-title-section .news-title-wrapper h2 {
    font-size: 24px;
  }
  .news-title-section .news-title-wrapper p {
    font-size: 12px;
  }
  .news-container {
    padding: 40px 0;
  }
  .news-container .hero-image-wrapper {
    margin: 0 auto 30px;
  }
  .news-container .table-of-contents {
    padding: 30px 20px;
  }
  .news-container .news-body h1 {
    font-size: 24px;
  }
  .view-all-btn {
    padding: 20px 40px;
    width: 90%;
    font-size: 14px;
  }
}
