.more-link{    
  	-webkit-appearance: none;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
  	text-decoration: none;
    padding: 15px;
    background: #f02b1a!important;
    color: white!important;
    border: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    margin: 1.5rem auto;
}