.stay-in-touch-button
max-width: 250px
width: 100%
height: 50px
margin: auto
+flex(center, center)
background: $black
+font-semi-bold(18px, 18px)
color: white
cursor: pointer
+transform(scale(1.0))
+transition(all 0.3s)
&:hover
+transform(scale(1.05))
span
+sprite(-60px -41px, 18px, 13px)
display: inline-block
margin-right: 15px