diff --git a/src/index.html b/src/index.html
index e4465ef..683ece3 100644
--- a/src/index.html
+++ b/src/index.html
@@ -345,7 +345,7 @@
$59
Per month
- Professional License
Email Support
+ Professional License
Email Support
Purchase
@@ -357,7 +357,7 @@
$99
Per month
- 1-12 Team Members
Phone Support
+ 1-12 Team Members
Phone Support
Purchase
@@ -369,13 +369,24 @@
$159
Per month
- Unlimited Team Members
24/7 Phone Support
+ Unlimited Team Members
24/7 Phone Support
Purchase
+
diff --git a/src/scss/_pricing.scss b/src/scss/_pricing.scss
index d57caab..79d7d5f 100644
--- a/src/scss/_pricing.scss
+++ b/src/scss/_pricing.scss
@@ -15,12 +15,14 @@
.price {
position: relative;
margin-top: 110px;
+ margin-bottom: 125px;
background-color: rgba(255, 255, 255, 0.06);
height: 450px;
transition: $hover-duration;
&:hover {
margin-top: 70px;
+ margin-bottom: 75px;
background-color: rgba(0, 0, 0, 0.06);
transition: $hover-duration;
height: 530px;
@@ -90,3 +92,11 @@
font-size: 16px;
text-transform: uppercase;
}
+
+.pricing__footer {
+ font-family: Source Sans Pro, sans-serif;
+ font-size: 14px;
+ font-weight: 300;
+ color: $light-text;
+ text-align: center;
+}
\ No newline at end of file
diff --git a/src/scss/_variables.scss b/src/scss/_variables.scss
index 722d973..ee743e1 100644
--- a/src/scss/_variables.scss
+++ b/src/scss/_variables.scss
@@ -3,6 +3,7 @@ $primary-dark: #635c73;
$primary-light: #a599c8;
$regular-text: #848e97;
$dark-text: #323232;
+$light-text: #a291a5;
$background-light: #f4f4f4;
$background-violet: #4a3b4e;