.wp-block-cble-block-button a {
  height: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: -0.2px;
}
.wp-block-cble-block-button a.center {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-cble-block-button a.right {
  margin-left: auto;
}
