.cta {
    background-color: #d43c67;
	display: inline-block;
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    font-size: 2rem;
    font-size: 2rem;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
    padding: 12px 20px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    width: 100%;
}