/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/section_CC2-377_article/scss/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
.article-section {
  padding: 5rem 0;
  margin: 0 auto;
  background-color: var(--Color-Background-Article);
  box-shadow: 0 0 0 100vmax var(--Color-Background-Article);
  clip-path: inset(0 -100vmax);
}
.article-section .headline-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.article-section .headline-wrap:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 839px) {
  .article-section {
    padding: 3rem 2rem;
  }
  .article-section .headline-wrap:not(:last-child) {
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 600px) {
  .article-section {
    padding: 5rem 1rem;
  }
  .article-section .headline-wrap:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

/*# sourceMappingURL=style-index.css.map*/