.wp-block-button.is-style-arrow .wp-block-button__link {
  position: relative;
  padding-right: 70px;
}
.wp-block-button.is-style-arrow .wp-block-button__link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  background-color: #EFF0F1;
  background-image: url(../../images/icons/right-arrow.svg);
  background-size: 18px 18px;
  background-position: center center;
  background-repeat: no-repeat;
}
.wp-block-button__link {
  transition: all 0.3s ease-in-out;
}
.wp-block-button__link:hover {
  background-color: #EFF0F1 !important;
  color: black !important;
}
