.cta-button .cta-button-wrapper {
    text-align: center !important;
}

.cta-button .cta-button-link {
    text-shadow: 0 0 2px #000 !important;
    display: inline-block !important;
    background: #fa3d3d!important;
    line-height: 50px !important;
    padding: 0 25px !important;
    color: #ffffff !important;
    border-radius: 20px !important;
    border: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    font-size: 18px !important;
    font-weight: bold !important;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.cta-button .cta-button-link:hover {
    background: #cf3134 !important;
    color: #fff !important;
}

.cta-button .cta-button-link:active {
    background: #9d292b !important;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.5) !important;
}

.cta-button {
    width: 100% !important;
    clear: both !important;
    margin: 25px 0 !important;
}
