.mark-text.text {
  padding: 0 0.35em 0.21em 0.35em;
  color: var(--et_main-color);
}
.mark-text.paragraph,
.mark-text.paragraph-boxed {
  display: inline-block;
  font-size: 1.42rem;
  color: var(--et_dark-2-white);
  opacity: 0.6;
  line-height: 2.42rem;
  margin-bottom: 1em;
}
.mark-text.paragraph-boxed {
  background-color: var(--et_white-2-dark);
  text-align: center;
  padding: 1.75em 2.5em;
}
