.text-with-button {
  padding: 3rem;
  align-items: center;
  justify-content: center;
}

.text-with-button p {
  text-align: right;
  color: #fff;
}

.text-with-button a {
  margin-left: 25px;
  background-color: #cc2737;
}
