.button-block {
  max-width: 609px;
  margin: 0 auto;
}
.button-block a {
  background-color: #1a4cff;
  box-shadow: 4px 4px 2px 0px rgba(26, 76, 255, 0.3019607843);
  border-radius: 80px;
  display: block;
  padding: 20px 40px;
}
.button-block a h4 {
  color: #fff;
  margin-bottom: 0;
  max-width: 85%;
  padding-right: 20px;
  position: relative;
}
.button-block a h4::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
}
.button-block a h4::after {
  content: "";
  width: 16px;
  height: 30px;
  background-image: url(../images/icons/light-angle-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .button-block a h4 {
    max-width: 91%;
  }
}
