background-image: linear-gradient(to top, #ffffff 0%, #cdcdcd 100%)
background-clip: text
text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.76)
color: rgba(0, 0, 0, 0.12)
color: #000000
font-family: Bebas
font-size: 28px
font-weight: 400
line-height: 22px
// Text style for "Contact Us"
color: rgba(0, 0, 0, 0.12)
<style>
.contactus {
background-image: linear-gradient(to top, #ffffff 0%, #cdcdcd 100%);
background-clip: text;
color: rgba(0, 0, 0, 0.12);
font-family: sans-serif;
font-size: 48px;
font-weight: 600;
color: rgba(128,128,128,.45);
text-shadow: 0px 2px 3px rgba(255,255,255,.15), -1px -2px 1px rgba(0,0,0,.5), -1px -1px 2px rgba(0,0,0,.3);
}
</style>