.button { background: #0060ff; color: white !important; width: max-content; font-size: clamp(1em,2vw,1em); padding: 0.75em; display: flex; justify-content: center; text-decoration: none; border-radius: 100em; font-weight: 700; } .has-pullquote{ &:before { content: attr(data-pullquote); font-size: 1em; line-height: 1.2; float: right; margin: 1em; margin-top: 0; font-family: serif; max-width: 200px; background: #ddd; color: black; padding: 1em; } }