.custom-gutenberg-block a.custom-button {
    font-family: Montserrat, sans-serif;
    background-color: #0067b1;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    text-decoration: none;
}

.custom-gutenberg-block:not(.ar-bottom-cta-area) a.custom-button {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px 66px;
}

.custom-gutenberg-block a.custom-button:hover {
    text-decoration: underline !important;
    text-underline-offset: 2px;
    color: #fff !important;
}


.custom-gutenberg-block a.custom-button.blue-btn {
    background: #fff !important;
    color: #0067b1 !important;
    border: 2px solid #0067b1 !important;
}

.custom-gutenberg-block a.custom-button.blue-btn:hover {
    color: #0067b1 !important;
    text-decoration: underline;
}
