.wrapper { width: 100%; float: left; overflow: hidden; }
.purple { background: #8058c6; }
.light-purple { background: #f5f5ff; }
p, li, .btn { font-family: "stevie-sans", sans-serif; font-weight: 300; font-size: calc(18px + (18 - 18) * ((100vw - 300px) / (1600 - 300))); }
li { margin-bottom: 5px; }
.lead { font-weight: 700; font-size: 1.5rem; }
h1 { font-family: "poppins", sans-serif; font-weight: 700; font-size: 2.5rem; }
h2 { font-family: "poppins", sans-serif; font-weight: 700; font-size: 1.8rem; margin-bottom: 1.5rem; display: inline-block; }
h2:after { content: ''; border-bottom: solid 3px #8058c6; width: 100%; display: block; }
.btn { border-radius: 30px; padding: 0.7rem 1.4rem; border-width: 2px; font-weight: 700; }
.btn-primary { background-color: #7f58c5; border-color: #7f58c5; }
.btn-primary:hover { background-color: #551687; border-color: #551687; }