/*!***************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../woodland/cartridges/app_custom_woodland/cartridge/client/default/scss/promotions.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************/
body {
  font-weight: 400;
  letter-spacing: 0;
}

.promo-container {
  margin: 50px auto 80px;
}

.promo-header {
  display: flex;
  margin: 40px 20px;
  flex-direction: row;
}
@media (min-width: 769px) and (max-width: 1024.98px) {
  .promo-header {
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    margin: 15px 0px;
  }
}
@media (max-width: 543.98px) {
  .promo-header {
    flex-direction: column;
    margin: 15px 0px;
  }
}

.all-promos {
  margin: 0 auto;
  max-width: 999px;
}
@media (max-width: 1299.98px) {
  .all-promos {
    max-width: 666px;
  }
}
@media (max-width: 768.98px) {
  .all-promos {
    justify-content: center;
  }
  .all-promos .p-md-1 {
    width: 100%;
  }
}

.promo-title {
  background-color: #ebebeb;
  font-weight: bold;
  font-size: 20px;
  border-right: 5px solid #e66d1c;
  padding: 15px;
  width: 340px;
  margin-bottom: 0px;
}
@media (min-width: 769px) and (max-width: 1024.98px) {
  .promo-title {
    width: 50%;
  }
}
@media (max-width: 543.98px) {
  .promo-title {
    width: 100%;
  }
}

.description {
  font-size: 18px;
  padding: 2px 2px;
  margin-bottom: 0px;
  margin-left: 20px;
  width: 400px;
}
@media (min-width: 769px) and (max-width: 1024.98px) {
  .description {
    font-size: 16px;
    width: 50%;
  }
}
@media (max-width: 543.98px) {
  .description {
    font-size: 16px;
    width: 100%;
    margin-left: 0px;
    margin-top: 1em;
  }
}

/*# sourceMappingURL=promotions.css.map*/