.sc_lp_button_wrapper {
  width: 100%;
  text-align: center;
  padding: 3em 0em;
}

.sc_lp_button {
  display: inline-block;
  position: relative;

  color: #fff !important;
  background-color: rgb(187, 52, 50);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.5);
  font-weight: 700;

  border-radius: 80px;
  line-height: 1.5;
  text-decoration: none !important;
  text-align: center;

  padding: 0.75em 1.2em 0.75em 2.5em;
}

.sc_lp_button::after {
  content: "▶︎";
  margin-left: 0.5em;
}

@media screen and (max-width: 767px) {
  .sc_lp_button {
    padding: 0.75em 1.2em 0.75em 2em;
  }
  .sc_lp_button::after {
    margin-left: 0.5em;
  }
}
