/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[4]!./assets/scss/content-elements/ce_furtherinformation.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ce-furtherinformation {
  position: relative;
  margin: 40px 0 80px;
  border: 3px solid var(--bs-green);
  padding: 30px 30px 15px 30px;
  border-radius: 10px;
}
.ce-furtherinformation .emphasis-box__icon {
  position: absolute;
  top: -40px;
  right: 30px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--bs-white);
  overflow: hidden;
  color: var(--bs-info);
  text-align: center;
}
.ce-furtherinformation .emphasis-box__icon i {
  font-size: 50px;
  line-height: 80px;
}
.ce-furtherinformation.red {
  border: 3px solid var(--bs-darkorange);
}
.ce-furtherinformation.red .emphasis-box__icon {
  color: var(--bs-darkorange);
}
.ce-furtherinformation.blue {
  border: 3px solid var(--bs-darkblue);
  background-color: var(--bs-darkblue);
  color: white;
}
.ce-furtherinformation.blue h2, .ce-furtherinformation.blue h3, .ce-furtherinformation.blue h4, .ce-furtherinformation.blue p, .ce-furtherinformation.blue a {
  color: white;
}
.ce-furtherinformation.blue i {
  color: var(--bs-darkblue);
}
.ce-furtherinformation a {
  overflow-wrap: break-word;
}
