.single-tour footer .wp-block-group.has-background
{
    padding: 40px 2.375em !important;
    margin: initial !important;
}
body 
.custom-button-outline {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-size: 0.875rem;
    font-weight: 700;
    transition:
        background-color 0.2s,
        border-color 0.2s;
    outline: none;
    border: 1px solid var(--wp--preset--color--neutral-30);
    background-color: var(--wp--preset--color--neutral-00);
    color: var(--wp--preset--color--neutral-100);
    padding: 0.5rem 1rem;
    cursor: pointer;
    border-radius: 0.5rem;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: manipulation;
    pointer-events: auto;
}
body 
.custom-button-outline{
    border-radius: 32px ;
}