.rectangle.content,
.rectangle.fond{
  position: absolute;
  font-size: 1.007309vw;
}
.rectangle.content{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3vw;
  z-index: 10;
  line-height: 1.55em;
}
.rectangle.fond{
    z-index: 9;
    background: var(--rouge);
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
}

.editor-styles-wrapper .rectangle.content{
  background: var(--rouge);
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
}
