.bp-element-button.align-center {
  text-align: center;
}
.bp-element-button.align-right {
  text-align: right;
}
.bp-element-button .align-left {
  text-align: left;
}
.bp-element-button.layout-2 .button {
  background-image: linear-gradient(to right, #2955e9 0%, #9578e4 45%, #2955e9 100%) !important;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  padding: 15px 28px;
  display: inline-table;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  border: none;
  transition: 0.5s;
  position: relative;
  z-index: 0;
  border-radius: 25px;
  background-size: 200% auto;
  box-shadow: 13px 15px 15px 0px rgba(105, 105, 105, 0.08);
}
.bp-element-button.layout-2 .button:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
.bp-element-button.layout-1 .button {
  font-weight: 400;
  line-height: 1.5;
  background-color: transparent;
  display: inline-block;
  position: relative;
  transition: all 0.5s;
}
.bp-element-button.layout-1 .button::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  opacity: 1;
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 0;
  right: auto;
  background: #fe698b;
}
.bp-element-button.layout-3 .button {
  text-transform: uppercase;
  font-weight: 500;
  padding: 12px 30px;
  display: inline-table;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  transition: all 0.3s;
  border-radius: 25px;
}