.editor-styles-wrapper strong {
  font-weight: bold !important;
  /* font-weight: normal !important; */
  /* background-image : linear-gradient(rgba(240,112,0,0.5),rgba(240,112,0,0.5)); */
}

.editor-styles-wrapper em {
  font-style: normal !important;
  background-image : linear-gradient(rgba(255,182,56,0.5),rgba(255,182,56,0.5));
}
.editor-styles-wrapper .contents__comment--text ,
.editor-styles-wrapper .contents__contact{
  background : #f8f1e6;

}
.editor-styles-wrapper .contents__contact--text strong{
  font-weight: bold !important;
  background-image: none !important;

}
