section.full-width:not(.admin) {
  margin-block: calc(var(--_block-padding) * 1.25) !important;
}
@container main (max-width: 64rem) {}
section.full-width .supertitle {
  color: var(--_text);
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
section.full-width .icon,
section.full-width .line {
  position: absolute;
  left: 0;
  bottom: 0;
}
section.full-width .icon.right,
section.full-width .line.right {
  left: auto;
  right: 0;
}
@container main (max-width: 48rem) {
  section.full-width .img-wrapper:not(.icon) {
    aspect-ratio: 1;
  }
}
section.full-width .icon {
  width: clamp(80px, 10vw, 155px);
  height: auto;
}
@container main (max-width: 48rem) {
  section.full-width .line {
    display: none;
  }
}
section.full-width .line .color {
  height: 8px;
}
@container main (max-width: 64rem) {}