/*!*********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./slicing/src/scss/components/highlight.scss ***!
  \*********************************************************************************************************************************************************************************************/
.highlight {
  margin-top: 3.75rem;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.highlight__container {
  background-color: rgba(179, 150, 104, 0.05);
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 52.3125rem;
  gap: 1.5rem;
  margin: 0 2rem;
  padding: 1.875rem 1.25rem;
}
@media only screen and (min-width: 992px) {
  .highlight__container {
    margin: 0;
  }
}
