

.cta-button a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 35%;
    padding: 40px;
    color: #0c2641;
    font-size: 25px;
    line-height: 1.2em;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}
.cta-button a:hover {
    color: #0c2641;
}

.cta-button a i.top-icon {
    margin-bottom: 10px;
    font-size: 50px;
	line-height: 1em;
	text-shadow: none;
}

.cta-button a p {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.2em;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #0c2641;
}

.cta-button a .arrow {
    padding: 10px 20px;
    border-radius: 300px;
    background-color: #e9bf60;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
    -webkit-transition: background-color 350ms ease;
    transition: background-color 350ms ease;
    font-family: 'Fa solid 900', sans-serif;
    color: #0c2641;
    font-size: 13px;
    line-height: 1em;
    font-weight: 400;
    text-shadow: none;
}

.cta-button a .arrow:hover {
    background-color: #0c2641;
    color: #e9bf60;
}
@media (min-width: 64em) {
    .cta-button a {
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    }
    .cta-button a p {
        text-shadow: 0 1px 1px hsla(0, 0%, 100%, 0.4);
        
    }
    .cta-button a .arrow {
        padding: 6px 15px 7px;
    }
}