div.slider-text a {
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid transparent;
    padding: 0px 20px;
    line-height: 50px;
    font-size: 20px;
    background: linear-gradient(to bottom,rgba(0, 197, 0, 1) 0,rgba(2, 111, 2, 1) 100%);
    text-transform: uppercase;
    transition: all 0.3s ease;
}


div.slider-text a i {
    padding-right: 5px;
    font-size: 24px;
}