.bwaproductcontent {
  padding-top : 45px;
  /*border-bottom  : 1px solid #C9D4E3;*/
  color       : var(--color-primary);
  margin-top  : 20px;
}

.bwaproductcontent-title {
  font-size   : 28px;
  font-style  : normal;
  font-weight : 700;
  line-height : 42px;
  margin      : 0 0 20px 0;
}

.bwaproductcontent-body {
  font-size   : 15px;
  font-style  : normal;
  font-weight : 500;
  line-height : 180%;
  opacity     : 0.7;
}

.bwaproductcontent-body ul {
  list-style-type : disc;
  margin          : 0;
  padding-left    : 20px;
}

.bwaproductcontent-body li {
  margin-bottom : 6px;
}

.bwaproductcontent-section.bwaproductcontent-section-highlight {
  padding       : 40px 55px 45px 55px;
  border-radius : 7px;
  background    : var(--color-white-default);
  margin-top    : 45px;
}

.bwaproductcontent-section-conseils {
  margin-top  : 45px;
  /*padding-top : 45px;*/
  padding-bottom: 45px;
  border-bottom  : 1px solid #C9D4E3;
}
