.section > .curve { transform: translateY(-1px); } .section > .curve:first-child { transform: rotate(180deg) translateY(-1px); } .section__inner { background: var(--spot-bg-color, transparent); color: var(--spot-text-color, var(--color-dark)); } .section blockquote { font-weight: 700; line-height: 1; font-size: var(--size-4); }