.paragraphs__item.paragraphs__item--text_body .rich-text hr:only-child {
	background: #dbdbdb;
  height: 1px;
  border: 1px solid red;
  width: 100vw;
  transform: translateX(-50%);
  margin-left: 50%;
}
