@@ -1,69 +0,0 @@
-section {
- font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
- font-size: 14px;
- line-height: 24px;
- padding: 48px 20px;
- margin: 0 auto;
- max-width: 600px;
- color: #333;
-}
-
-h2 {
- font-weight: 900;
- font-size: 32px;
- line-height: 1;
- margin: 0 0 4px;
- display: inline-block;
- vertical-align: top;
-p {
- margin: 1em 0;
-a {
- text-decoration: none;
- color: #1ea7fd;
-ul {
- padding-left: 30px;
-li {
- margin-bottom: 8px;
-.tip {
- border-radius: 1em;
- font-size: 11px;
- line-height: 12px;
- font-weight: 700;
- background: #e7fdd8;
- color: #66bf3c;
- padding: 4px 12px;
- margin-right: 10px;
-.tip-wrapper {
- font-size: 13px;
- line-height: 20px;
- margin-top: 40px;
- margin-bottom: 40px;
-.tip-wrapper svg {
- height: 12px;
- width: 12px;
- margin-right: 4px;
- margin-top: 3px;
-.tip-wrapper svg path {
- fill: #1ea7fd;