.cta-voaa {
    padding: 30px 0;
    text-align: center;
}

.cta-voaa > a,
.cta-voaa > a:active {
    background-color: #5a287f;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    outline: none;
    padding: 5px 15px;
    text-decoration: none !important;
}

.cta-voaa > a:hover,
.cta-voaa > a:focus {
    background-color: #6b3694;
    text-decoration: none;
}