.text{
    max-width: 800px;
    margin: auto;
} 

div.text p.notice{
    padding-top:24px;
    border-radius:4px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%)!important;
    border-left: 4px solid #3688f4!important;
}
div.text .wp-container-core-buttons-layout-1.wp-container-core-buttons-layout-1{
    justify-content:center
}
.region-button{
    width:calc(50% - 10px);
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0/12%), 0 1px 2px rgb(0 0 0/24%);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    -ms-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    box-shadow: 0 1px 3px rgb(0 0 0/12%), 0 1px 2px rgb(0 0 0/24%);
}
.region-button .wp-block-button__link {
    width:100%;
}

@media (max-width:767px){
    .wp-container-1.wp-container-1{
        justify-content: center!important;
    }
    .region-button{
        width:90%;
    }
}