.wp-block-button__link .has-background {
    color: #fff;
    background-color: #F37035;
    border-radius: 0px;
    border: 2px solid #F37035;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    box-sizing: border-box;
    transition-duration: 0.4s;
    text-transform: uppercase !important;
}

.wp-block-button .has-background:hover {
  background-color: rgba(243, 112, 53, 0.1);
  color: #F37035;
  border: 2px solid #F37035;
}