.is-style-inverz .wp-block-button__link {
    background-color: white !important;
    color: #243d59 !important;
    padding: 8px 66px 8px 35px !important;
}
.is-style-inverz .wp-block-button__link::after {
    position: absolute;
    font-family: var(--wp--preset--font-family--font-awesome);
    font-weight: 300;
    content: '\f061';
    top: 1px;
    right: 25px;
    font-size: 28px;
    color: #b2b2b2;
}