/**
 * Text
 */


.text--picto::before {
  content: "";
  display: block;
  position: relative;
  width: 22px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../../images/drop.svg');
  margin: 1rem auto;
}
.text .text-formatted h2 + p,
.text .text-formatted h3 + p {
  margin-top: -1rem;
}