@charset "utf8";

.butterfly {
  position: relative;
  padding: 45px 0 0;
  font-size: 16px;
  max-width: 375px;
  overflow-x: hidden;
}

.butterfly > h1 {
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: 1px;
  text-align: var(--align-c);
}

.butterfly > h1 span {
  display: block;
  font-size: 1.7em;
  letter-spacing: -1.5px;
  transform: scaleX(1.18);
}

.butterfly > h2 {
  position: relative;
  margin-top: 11px;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: var(--align-c);
}

.butterfly > h2:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 108px;
  height: 1px;
  background-color: var(--red);
}

.butterfly__img {margin-top: 56px;}
.butterfly > .butterfly__img:nth-of-type(2) {margin-top: 25px;}
.butterfly > .butterfly__img:nth-of-type(3) {margin-top: 98px;}
.butterfly > .butterfly__img:nth-of-type(4) {margin-top: 23px;}
.ersiliadanza-h-img {margin-top: 20px;}

.butterfly > .butterfly__img:nth-of-type(3) {
  position: relative;
}

.butterfly > .butterfly__img:nth-of-type(3)::before {
  content: "";
  position: absolute;
  top: -64px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 189px;
  height: 1px;
  background-color: var(--red);
}

.butterfly__text,
ul.butterfly__text {
  margin: 30px auto;
  width: 309px;
  font-size: 0.76875em;
  letter-spacing: 1px;
  line-height: 1.9;
}

ul.butterfly__text {width: 324px;}

.butterfly__text:nth-of-type(2) {
  margin: 37px auto 0;
}

.butterfly__text > li {
  font-size: 11px;
}

ul.butterfly__text {
  position: relative;
  margin-top: 68px;
  z-index: 100;
}

ul.butterfly__text::before {
  content: "";
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 108px;
  height: 1px;
  background-color: var(--red);
}
