.campaign-button {
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding: 12px;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 1;
}

@media screen and (max-width: 767px){
  .campaign-button::after {
    content:  ">";
    position: absolute;
    top: 36%;
    right: 5%;
    font-size: 20px;
  }
}

@media screen and (min-width: 768px){
  .campaign-button {
    display: inline;
    width: initial;
    padding: 12px 24px;
    border-radius: 122px 0px 122px 122px;
    top: 95px;
    right: 1%;
    bottom: initial;}
}
}